FixedArray.isWriteBorrowed

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

Return Value

Type: bool

true iff this is write borrowed.

Meta