Reader.this

Initializes a read/write mutex reader proxy object.

class Reader
@trusted nothrow
this
(
this Q
)
()
if (
is(Q == Reader) ||
is(Q == shared Reader)
)

Meta