fmtIntoList

fnIStr fmtIntoList(bool canAppend = false, S = LStr, A...)(ref S list, IStr fmtStr, A args)

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.

fnIStr 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.