Return Behavior
Describes whether functions return their argument or whatever is done in a block
Entries
RETURNS_BLOCK_RESULT
Link copied to clipboard
Content copied to clipboard
Return whatever the enclosing block returns
RETURNS_ARGUMENT
Link copied to clipboard
Content copied to clipboard
Return what was given as argument, usually after applying a function T -> Unit