IntFlags.toString
- string toString()
- void toString(Writer w, FormatSpec!Char fmt = (FormatSpec!Char).init)
struct IntFlags
pragma(inline)
void
toString
const
(
,FormatSpec!Char fmt = (FormatSpec!Char).init )
- w
Type: Writer
- fmt
Type: FormatSpec!Char
checkedintflagsIntFlags
constructorsfunctionspropertiesstatic variablesvariables
Puts a string representation of the list of set flags into w. This overload will not allocate, unless std.range.primitives.put(w, ...) allocates.