BitMap.setBit

Sets the bitmap's element at the specified position, to the specified value.

struct BitMap
@nogc nothrow
void
setBit
(
in Vector2 position
,
in bool bit
)

Meta