Handbook
Glossary
(uuid) ( a version b variant c -- n )
Vocabulary
uuid
.
private
Inputs
a
an
object
version
an
object
b
an
object
variant
an
object
c
an
object
Outputs
n
an
object
Definition
USING:
combinators
math
math.bitwise
;
IN:
uuid.private
:
(uuid)
( a version b variant c -- n )
{
[
48
bits
80
shift
]
[
76
shift
+
]
[
12
bits
64
shift
+
]
[
62
shift
+
]
[
62
bits
+
]
}
spread
;