checkedFormat

fun checkedFormat(pattern: String, vararg arguments: Any?): String

A checked version of MessageFormat, that ensures each supplied argument gets plugged into the resulting string at least once.