StaticArray.empty

struct StaticArray(T, uint capacity_, bool borrowChecked = false)
@property pragma(inline, true) const @property
bool
empty
()

Return Value

Type: bool

true iff this is empty, false otherwise.

Meta