Array.empty

struct Array(T)
@property const
bool
empty
()

Return Value

Type: bool

$(D_KEYWORD true) if the array is empty.

Meta