mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-02 18:52:29 +00:00
[Redbean] Add UuidV7 method (#1213)
To Complete #1140 add UUID version 7 to Redbean
This commit is contained in:
parent
c1f8d0678c
commit
72511ff0ac
6 changed files with 103 additions and 1 deletions
|
@ -1981,6 +1981,10 @@ function Underlong(str) end
|
|||
--- @return string
|
||||
function UuidV4() end
|
||||
|
||||
--- Generate a uuid_v7
|
||||
--- @return string
|
||||
function UuidV7() end
|
||||
|
||||
---@param x integer
|
||||
---@return integer # position of first bit set.
|
||||
--- Passing `0` will raise an error. Same as the Intel x86 instruction BSF.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue