Search Results
Searching for: Lambda in Go
Function Literal
Language: Go
A function literal is a function declared inline without a name. In all other languages, this is called an anonymous function.
A function literal is a function declared inline without a name. In all other languages, this is called an anonymous function.