std.collections.List.Count - nitrologic/monkey2 GitHub Wiki

std::std.collections.std.collections.List.Count

Method Count:monkey:monkey.types.Int( )

Counts the number of values in the list.

Note: This method can be slow when used with large lists, as it must visit each value. If you just want to know whether a list is empty or not, use Empty instead.