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.
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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close