Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
»

map

Sequence.map

(B 
type
, f Unary B Sequence.T)
 => 
Sequence B
[Contains abstract features]
map the Sequence to a new Sequence applying function f to all elements

This performs a lazy mapping, f is called only when the elements
in the resulting list are accessed.

Type Parameters

0.094dev (2025-06-18 15:08:51 GIT hash 89cffc23ae669b0898a5564fefbf793fcb8e5ca7 built by fridi@fzen)