BitArray.toString
void toString(W)(ref W sink, scope const ref FormatSpec!char fmt) if (isOutputRange!(W, char)) constReturn a string representation of this BitArray.
Two format specifiers are supported:
separated with an underscore.
Parameters
sink | A char accepting output range. |
fmt | A FormatSpec which controls how the data is displayed. |