ID.this

Construct an id from a 32-bit index and a 32-bit tag.

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

Meta