Liking cljdoc? Tell your friends :D

cljam.io.util.chunk


adjacent?clj

(adjacent? chunk1 chunk2)

Returns true if the two chunks are adjacent.

Returns true if the two chunks are adjacent.
sourceraw docstring

Chunkclj

source

compareclj

(compare chunk1 chunk2)

Returns a negative if chunk1 is earlier than chunk2, a positive if it is later, 0 if it is equal.

Returns a negative if chunk1 is earlier than chunk2, a positive if it is
later, 0 if it is equal.
sourceraw docstring

optimize-chunksclj

(optimize-chunks chunks min-offset)
source

overlap?clj

(overlap? chunk1 chunk2)

Returns true if the two chunks overlap.

Returns true if the two chunks overlap.
sourceraw docstring

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

× close