ProxyObjectWrappingFactory.identity

Undocumented in source. Be warned that the author may not have intended to support it.
  1. string identity [@property setter]
  2. string identity [@property getter]
    class ProxyObjectWrappingFactory(T)
    @property @safe nothrow
    string
    identity
    ()
    if (
    is(T : Object) &&
    !isFinalClass!T
    )

Meta