Garden 🌻

List::len

Return the length of the list.

[10, 11, 12].len() //-> 3
Source Codepublic method len<T>(this: List<T>): Int {
  __BUILTIN_IMPLEMENTATION
}