std:std.collections.List<T>.Count

Method Count: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.