fmtIntoList
Formats a string using a list and returns the resulting formatted string. The list is cleared before writing. For details on formatting behavior, see the fmtIntoBufferWithStrs function in the ascii module.
fn
IStr fmtIntoList(bool canAppend = false, S = LStr, A...)(ref S list, InterpolationHeader header, A args, InterpolationFooter footer)Formats a string using a list and returns the resulting formatted string. The list is cleared before writing. For details on formatting behavior, see the fmtIntoBufferWithStrs function in the ascii module.