Liking cljdoc? Tell your friends :D

phlegyas.util


keywordizecljmacro

(keywordize x)

Turn argument into a string, then a keyword.

Turn argument into a string, then a keyword.
sourceraw docstring

packclj

(pack coll)

Pack a sequence into a byte array.

Pack a sequence into a byte array.
sourceraw docstring

parse-intclj

(parse-int s)

Coerce a string to integer.

Coerce a string to integer.
sourceraw docstring

reverse-mapcljmacro

(reverse-map table)

Reverses a map, keywordizing the value.

Reverses a map, keywordizing the value.
sourceraw docstring

sizeof-stringclj

(sizeof-string s)

Count the number of bytes in a string.

Count the number of bytes in a string.
sourceraw docstring

stateclj

source

uuid!clj

(uuid!)
source

with-frame-bindingscljmacro

(with-frame-bindings data body)
source

wrap-bufferclj

(wrap-buffer x)

Wraps a byte-array in a Java ByteBuffer, using little-endian byte order as required by the 9P2000 protocol.

Wraps a byte-array in a Java ByteBuffer, using little-endian
byte order as required by the 9P2000 protocol.
sourceraw docstring

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

× close