Type definitions and keyword identifiers for CBOR data types.
Type definitions and keyword identifiers for CBOR data types.
Tag code used to identify sets of unique values. Hard-coded here to support canonical encoding.
Tag code used to identify sets of unique values. Hard-coded here to support canonical encoding.
(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