Documentation for routine elems, assembled from the following types:
From List
multi sub elems($list) returns Int:D multi method elems(List:D:) returns Int:D
Returns the number of elements in the list.
From Buf
multi method elems(Buf:D:) returns Int:D
Returns the number of elements of the buffer.
From Capture
method elems(Capture:D:) returns Int:D
Returns the number of positional elements in the Capture.
From EnumMap
method elems(EnumMap:D:) returns Int:D:
Returns the number of pairs stored in the EnumMap.