The OpenD Programming Language

UInt.this

  1. this(size_t[N] data)
  2. this(UInt!argSize arg)
  3. this(ulong[data.length / 2] data)
    struct UInt(size_t size)
    static if(size_t.sizeof == uint.sizeof && data.length % 2 == 0)
    this
    ()
    (
    auto ref const ulong[data.length / 2] data
    )
    if (
    size % (size_t.sizeof * 8) == 0 &&
    size >= size_t.sizeof * 8
    )
  4. this(ulong data)
  5. this(uint data)
  6. this(const(C)[] str)

Meta