lengthOf method

int lengthOf (
  1. T list
)

Returns the length of the list.

Implementation

int lengthOf(T list);