Liking cljdoc? Tell your friends :D

igraph.core

Abstractions over a graph object, intended to sit alongside the other basic clojure data structures such as maps and sequences.

Abstractions over a graph object, intended to sit alongside the 
other basic clojure data structures such as maps and sequences.
raw docstring

igraph.graph

Implementation of a simple graph type implementing IGraph. On typically adds to it with [[<s> <p> <o>]...]. One queries it with a simple graph pattern of the form [[<s> <p> <o>]...] With variables of the form :?x.

Implementation of a simple graph type implementing IGraph.
On typically adds to it with [[<s> <p> <o>]...].
One queries it with a simple graph pattern of the form [[<s> <p> <o>]...]
With variables of the form :?x.
raw docstring

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

× close