Int128.this

Construct an Int128 from a ulong value. The upper 64 bits are set to zero.

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

Parameters

lo ulong

unsigned lower 64 bits

Meta