CoarseLocked.peek

Unshared accessor to the internal T. WARNING: This method does not provide mutual exclusion.

struct CoarseLocked(T)
T*
peek
()
if (
!is(T == shared)
)

Return Value

Type: T*

An unshared pointer to the internal T.

Meta