The OpenD Programming Language

Algebraic.this

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

Meta