FixedArray.full

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

Return Value

Type: bool

true iff this is full, false otherwise.

Meta