[Redbean] Add UuidV4 method (#1140)

This commit is contained in:
BONNAURE Olivier 2024-04-12 17:10:27 +02:00 committed by GitHub
parent 3e16e59f72
commit 39dde41516
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 59 additions and 0 deletions

View file

@ -1977,6 +1977,10 @@ function VisualizeControlCodes(str) end
---@nodiscard
function Underlong(str) end
--- Generate a uuid_v4
--- @return string
function UuidV4() end
---@param x integer
---@return integer # position of first bit set.
--- Passing `0` will raise an error. Same as the Intel x86 instruction BSF.