BigUIntView.bt

Returns whether the bit at the given position in the big unsigned integer view is set.

struct BigUIntView(W)
@safe scope
bool
bt
()
(
size_t position
)
if (
__traits(isUnsigned, W)
)