Owned.isBorrowed

struct Owned(Container)
pragma(inline) pure nothrow @safe @nogc @property const
bool
isBorrowed
()
if (
needsOwnership!Container
)

Return Value

Type: bool

true iff this is either write or read borrowed.

Meta