Handbook
Glossary
ulid>bytes-bad-length ( n -- * )
Universally Unique Lexicographically Sortable Identifier
ยป
ulid>bytes
Next:
ulid>bytes-bad-character ( ch -- * )
Vocabulary
ulid
Inputs
n
a
number
Outputs
None
Word description
Throws a
ulid>bytes-bad-length
error.
Error description
This error is thrown if the input string has length
n
instead of 26.
Definition
IN:
ulid
ERROR:
ulid>bytes-bad-length
n
;
Methods
USING:
kernel
summary
ulid
;
M:
ulid>bytes-bad-length
summary
drop
"Invalid ULID length"
;