List.isEmpty

Returns true if no element is present in the list.

interface List(T)
bool
isEmpty
@nogc
(
)

Return Value

Type: bool

true if no element is present in the list

Meta