IntFlag.toString
- string toString()
- void toString(Writer w, FormatSpec!Char fmt = (FormatSpec!Char).init)
struct IntFlag
pragma(inline, true)
void
toString
const
(
,FormatSpec!Char fmt = (FormatSpec!Char).init )
- w
Type: Writer
- fmt
Type: FormatSpec!Char
checkedintflagsIntFlag
functionspropertiesvariables
Puts a string representation of this IntFlag into w. This overload will not allocate, unless std.range.primitives.put(w, ...) allocates.