StaticArray.full

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

Return Value

Type: bool

true iff this is full, false otherwise.

Meta