UInt.this

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

Meta