The OpenD Programming Language

UInt.fromBinaryString

struct UInt(size_t size)
static
UInt!size
fromBinaryString
(
bool allowUnderscores = false
)
(
scope const(char)[] str
)
if (
size % (size_t.sizeof * 8) == 0 &&
size >= size_t.sizeof * 8
)

Meta