printBoolean

size_t
printBoolean
(
C
)
(
bool c
,
ref C[5] buf
)
if (
is(C == char) ||
is(C == wchar)
||
is(C == dchar)
)

Meta