Const
Prints values from the arguments passed to the interpolator. If the keys don't map to a provided argument, an empty string is returned.
"{0}" => args[0]
"{test}" => args[0]["test"]
"{3.test.4.wow}" => args[3]["test"][4]["wow"]
Generated using TypeDoc
Prints values from the arguments passed to the interpolator. If the keys don't map to a provided argument, an empty string is returned.
"{0}" => args[0]
"{test}" => args[0]["test"]
"{3.test.4.wow}" => args[3]["test"][4]["wow"]