Fp.this

  1. this(bool sign, Exp exponent, UInt!coefficientSize normalizedCoefficient)
    struct Fp(size_t coefficientSize, Exp = sizediff_t)
    nothrow
    this
    (
    bool sign
    ,,
    UInt!coefficientSize normalizedCoefficient
    )
    if (
    (
    is(Exp == int) ||
    is(Exp == long)
    )
    &&
    coefficientSize % (size_t.sizeof * 8) == 0
    &&
    coefficientSize >= (size_t.sizeof * 8)
    )
  2. this(T value, bool normalize)
  3. this(UInt!size integer, bool normalizedInteger)

Meta