BigFixed.this

Construct BigFixed from a built-in integral type

  1. this(T x, size_t Q)
    struct BigFixed
    pure nothrow
    this
    (
    T
    )
    (
    T x
    ,
    size_t Q
    )
    if (
    isIntegral!T
    )
  2. this(T x, size_t Q)

Meta