HomeManualTopicsTypesSymbols

std::pass

does nothing

Parameters

None

Results

None

Description

std::pass must be called without any arguments expecting no results

Example

$items list("apples" "bananas" "cherries") for_each items : (item) println! item next! pass

Output

apples bananas cherries

Topic

Primitives

See also

std::assign returns all its arguments unaltered
std::spread returns the items of a collection as separate results