Writer.this

Initializes a read/write mutex writer proxy object.

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

Meta