Member.this

  1. this(string key)
  2. this(T x, string key)
    class Member
    @trusted pure
    this
    (
    T
    )
    (
    T x
    ,
    string key
    )

Parameters

x T

the parameter value

key string

the name of the member

Meta