The OpenD Programming Language

UInt.fromBinaryStringImpl

struct UInt(size_t size)
@safe pure @nogc nothrow
bool
fromBinaryStringImpl
(
C
bool allowUnderscores = false
)
(
scope const(C)[] str
)
if (
size % (size_t.sizeof * 8) == 0 &&
size >= size_t.sizeof * 8
)

Meta