FixedArray.isBorrowed

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

Return Value

Type: bool

true iff this is either write or read borrowed.

Meta