SafeAccess.this

Instantiate.

  1. this()
  2. this(M m)
    struct SafeAccess(M)
    this
    (
    M m
    )
    if (
    is(M == class)
    )

Parameters

m M

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

Meta