IntFlags.toString
- string toString()
- void toString(Writer w, FormatSpec!Char fmt)
struct IntFlags
pragma(inline) const
void
toString
(,FormatSpec!Char fmt = (FormatSpec!Char).init )
- w Writer
- fmt FormatSpec!Char
checkedint flags IntFlags
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.