The OpenD Programming Language

bt

Tests the bit. (No longer an intrisic - the compiler recognizes the patterns in the body.)

version(none)
nothrow @safe @nogc pragma(LDC_intrinsic, "ldc.bitop.bt") pure @system
int
bt
(
const scope size_t* p
,
size_t bitnum
)

Meta