map.map

template map(fun...)
map
(
Range
)
(
Range r
)
if (
fun.length >= 1
)

Parameters

r Range

Return Value

Type: auto

A range with each fun applied to all the elements. If there is more than one fun, the element type will be Tuple containing one element for each fun.

Meta