Polymorphic.this

Undocumented in source.
  1. this(Instance instance)
    struct Polymorphic(Interface, InstanceAllocator = DefaultAllocator)
    this
    (
    this This
    Instance
    )
    (
    auto ref Instance instance
    )
    if (
    is(Interface == interface)
    )
  2. this(const(Polymorphic) other)

Meta