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

concat_list

list.concat_list

(t Lazy (list list.A))
 => 
list list.A
[Contains abstract features]
Lazy list concatenation, O(1)
t is evaluated only when this list is exhausted

This is useful when doing buffered reading from an input
source and the next buffer chunk, the tail should only
be created when actually necessary.
0.094dev (2025-06-18 15:08:51 GIT hash 89cffc23ae669b0898a5564fefbf793fcb8e5ca7 built by fridi@fzen)