File

teal-src/util/format.d.tl @ 12213:dc9d63166488

util.xtemplate: Yet another string template library This one takes a stanza as input Roughly based on util.interpolation
author Kim Alvefur <zash@zash.se>
date Mon, 24 Jan 2022 23:54:32 +0100 (2022-01-24)
parent 11432:113f3912c7cb
line wrap: on
line source
local record lib
	format : function (string, ... : any) : string
end
return lib