Expand description
0-size types for common separators
This modules provides Display
-implementing
types for common separators. These types are 0-size, with fixed Display
implementations,
intended to aid with compiler optimization.
Structsยง
- Zero size type representing the
,
separator. - Zero size type representing the comma followed by space separator.
- Zero size type representing the
-
separator. - Zero size type representing the
.
separator. - Zero size type representing the newline separator.
- Zero-size type representing the empty separator.
- Zero size type representing the
/
separator. - Zero size type representing the space separator.
- Zero size type representing the tab separator.
- Zero size type representing the
_
separator.