Function ScopedLock.unsafeGet
Returns an unshared reference to the locked object.
inout inout(T) unsafeGet() nothrow @property;
Note that using this function breaks type safety. Be sure to not escape the reference beyond the life time of the lock.