[Redbean] Add UuidV7 method (#1213)

To Complete #1140 add UUID version 7 to Redbean
This commit is contained in:
Terror 2024-07-02 01:06:56 +12:00 committed by GitHub
parent c1f8d0678c
commit 72511ff0ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 103 additions and 1 deletions

View file

@ -5364,6 +5364,7 @@ static const luaL_Reg kLuaFuncs[] = {
{"Uncompress", LuaUncompress}, //
{"Underlong", LuaUnderlong}, //
{"UuidV4", LuaUuidV4}, //
{"UuidV7", LuaUuidV7}, //
{"VisualizeControlCodes", LuaVisualizeControlCodes}, //
{"Write", LuaWrite}, //
{"bin", LuaBin}, //