Type definitions and keyword identifiers for CBOR data types.
Type definitions and keyword identifiers for CBOR data types.
(compare-bytes x y)
Returns a negative number, zero, or a positive number when x
is 'less
than', 'equal to', or 'greater than' y
.
Returns a negative number, zero, or a positive number when `x` is 'less than', 'equal to', or 'greater than' `y`.
(simple-value n)
Constructs a simple type for the given number.
Constructs a simple type for the given number.
(simple-value? x)
Predicate which tests whether x
is a simple CBOR value.
Predicate which tests whether `x` is a simple CBOR value.
(tagged-value tag value)
Constructs a tagged value.
Constructs a tagged value.
(tagged-value? x)
Predicate which tests whether x
is a CBOR tagged value.
Predicate which tests whether `x` is a CBOR tagged value.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close