StaticArray.isWriteBorrowed

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

Return Value

Type: bool

true iff this is write borrowed.

Meta