Liking cljdoc? Tell your friends :D

clj-cbor.data.core

Type definitions and keyword identifiers for CBOR data types.

Type definitions and keyword identifiers for CBOR data types.
raw docstring

compare-bytesclj

(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`.
sourceraw docstring

simple-valueclj

(simple-value n)

Constructs a simple type for the given number.

Constructs a simple type for the given number.
sourceraw docstring

simple-value?clj

(simple-value? x)

Predicate which tests whether x is a simple CBOR value.

Predicate which tests whether `x` is a simple CBOR value.
sourceraw docstring

tagged-valueclj

(tagged-value tag value)

Constructs a tagged value.

Constructs a tagged value.
sourceraw docstring

tagged-value?clj

(tagged-value? x)

Predicate which tests whether x is a CBOR tagged value.

Predicate which tests whether `x` is a CBOR tagged value.
sourceraw docstring

undefinedclj

Base singleton undefined value.

Base singleton undefined value.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close