StaticArray.isBorrowed

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

Return Value

Type: bool

true iff this is either write or read borrowed.

Meta