Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

count

Mutable_Array.count

count the number of elements in this Sequence.

Since we know the exact length, this is redefined to achive O(1) performance instead
of O(n) for counting the elements.

redefines: