XdrUInt128Parts constructor

XdrUInt128Parts(
  1. XdrUint64 _hi,
  2. XdrUint64 _lo
)

Implementation

XdrUInt128Parts(this._hi, this._lo);