fmtIntoList
Formats 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.
fn
IStr fmtIntoList(S = LStr, A...)(ref S list, bool canAppend, InterpolationHeader header, A args, InterpolationFooter footer) @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.