ID.this

Construct an id from a 64-bit integer: A concatenated 32-bit index and 32-bit tag.

  1. this(ulong id)
    struct ID
    pure nothrow @safe
    this
    (
    ulong id
    )
  2. this(uint index, uint tag)

Meta