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

count

Sequence.count

 => 
i32
[Redefinition of  property.countable.count]
count the number of elements in this Sequence. Note that this typically
runs forever if executed on an endless Sequence

For Sequences that are not array backed, this might require time in O(count).
0.094dev (2025-07-10 15:41:47 GIT hash eafa42ae743de61b62f958948d7abb5fada7756f built by fridi@fzen)