map

Maps range to F, where every value will become the output of F.

LazyMap!(F, T)
map
(
T
)
()

Parameters

F

The function to map range to.

range T

The range to be mapped to F.

Return Value

Type: LazyMap!(F, T)

A lazy map of range using F.

Meta