fmtIntoListWithStrs
fn
IStr fmtIntoListWithStrs(S = LStr)(ref S list, bool canAppend, IStr fmtStr, IStr[] args...) @safe nothrowFormats a string using a list and returns the resulting formatted string. The list is cleared before writing if canAppend is false. For details on formatting behavior, see the fmtIntoBufferWithStrs function in the ascii module.