Liking cljdoc? Tell your friends :D

roughtime-protocol.tag


bytes->strclj

(bytes->str ba)

Converts bytes to an ASCII string, stripping trailing nulls.

Converts bytes to an ASCII string, stripping trailing nulls.
sourceraw docstring

bytes->tagclj

(bytes->tag ba)
source

pad4clj

(pad4 ba)

Pad ba with trailing zero bytes to a multiple of 4.

Pad `ba` with trailing zero bytes to a multiple of 4.
sourceraw docstring

str->bytesclj

(str->bytes s)

Converts a string to ASCII bytes, ensuring it is exactly 4 bytes (padded with nulls).

Converts a string to ASCII bytes, ensuring it is exactly 4 bytes (padded with nulls).
sourceraw docstring

str->bytes8clj

(str->bytes8 s)
source

tag->bytesclj

(tag->bytes tag)
source

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close