List::len()
Return the length of the list.
[10, 11, 12].len() //-> 3
public method len<T>(this: List<T>): Int { __BUILT_IN_IMPLEMENTATION }