Int128.this

Construct an Int128 from a long value.

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

Parameters

hi long

upper 64 bits

lo long

lower 64 bits

Meta