The OpenD Programming Language

Algebraic.this

  1. this(Algebraic!RhsTypes rhs)
  2. this(T value)
  3. this(T value)
    struct Algebraic(T__...)
    const
    static if(!(is(T == void)))
    static if(isCopyable!(const T))
    this
    (
    const T value
    )
  4. this(T value)

Meta