The OpenD Programming Language

Algebraic.toString

Requires mir-algorithm package

  1. immutable(char)[] toString()
  2. void toString(W w)
    struct Algebraic(T__...)
    scope const @trusted pure
    void
    toString
    (
    W
    )
    (
    ref scope W w
    )
    if (
    __traits(compiles,
    ()
    pure)
    )
  3. void toString(W w)

Meta