File

teal-src/util/random.d.tl @ 12034:ee94ac51b2dd

util.format: ALL THE TESTS!!! The more tests I made, the more Lua 5.1 quirks I discovered. Tests generated using a tool plus some touch-up.
author Kim Alvefur <zash@zash.se>
date Sat, 11 Dec 2021 20:38:54 +0100
parent 11459:86904555bffc
line wrap: on
line source

local record lib
	bytes : function (n:integer):string
end
return lib