MpQ.this

No default construction for now, because mpq_init initialize __mpq_struct-fields to non-zero values.

TODO: Allow default construction by delaying call to initialize().

  1. this()
    struct MpQ
    pure nothrow pragma(inline, true) @nogc @disable
    this
    ()
  2. this(typeof(null) )
  3. this(P value)
  4. this(P pValue, Q qValue, bool canonicalizeFlag)

Meta