ionPutUIntFieldR

Writes an unsigned integer field `num` into the ION tape buffer at `ptr` and returns the number of bytes written, or writes `num` to the current tape position. (community summary)

  1. size_t ionPutUIntFieldR(ubyte* ptr, T num)
  2. size_t ionPutUIntFieldR(ubyte* ptr, T num)
    size_t
    ionPutUIntFieldR
    (
    T
    )
    (
    scope ubyte* ptr
    ,
    const T num
    )
    if (
    is(T == ubyte)
    )
  3. size_t ionPutUIntFieldR(ubyte* ptr, T num)