makeBit

@safe @nogc pure nothrow
T
makeBit
(
T
I...
)
()
if (
isIntegral!T &&
allSatisfy!(isIntegral, I)
)

Return Value

Type: T

Zero Instance T with bix:th Bit set.

Meta