any

Returns $(D_KEYWORD true) if this array contains any elements.

  1. bool any [@property getter]
    @property
    bool
    any
    (
    T
    )
    (
    T arr
    )
    if (
    __traits(compiles, )
    )
  2. bool any(Range range)

Parameters

arr T

the array to check if it contains elements

Return Value

Type: bool

$(D_KEYWORD true) if this array contains elements

Meta