List.length

Returns the number of items in the list.

interface List(T)
size_t
length
@nogc
(
)

Return Value

Type: size_t

the number of items in the list

Meta