The OpenD Programming Language

UInt.this

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

Meta