Owned.isWriteBorrowed

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

Return Value

Type: bool

true iff owned container is write borrowed.

Meta