SafeAccess.this

Instantiate.

struct SafeAccess(M)
this
(
M m
)
if (
is(M == class)
)

Parameters

m
Type: M

An instance of the entry point type. It is usually only null when the constructor is used internally, to build the chain.

Meta