ScopedLock.unsafeGet

Returns an unshared reference to the locked object.

Note that using this function breaks type safety. Be sure to not escape the reference beyond the life time of the lock.

struct ScopedLock(T)
@property inout nothrow
inout(T)
unsafeGet
()

Meta