Ref.this

  1. this()
  2. this(T value)
    struct Ref(T)
    @trusted
    this
    (
    ref T value
    )
    if (
    !isRef!T
    )

Meta