Int128.this

Construct an Int128 from a Cent.

  1. this(long lo)
  2. this(ulong lo)
  3. this(long hi, long lo)
  4. this(Cent data)
    struct Int128
    @safe pure nothrow @nogc
    this
    (
    Cent data
    )

Parameters

data Cent

Cent data

Meta