bytes>ulid-bad-length ( n -- * )
Universally Unique Lexicographically Sortable Identifier ยป bytes>ulid


Vocabulary
ulid

Inputs
na number


Outputs
None

Word description
Throws a bytes>ulid-bad-length error.

Error description
This error is thrown if the input array for the bytes>ulid conversion has length n instead of 16.

Definition


Methods

M: bytes>ulid-bad-length summary
drop "Invalid ULID byte-array length" ;