Liking cljdoc? Tell your friends :D

automaton-simulation-de.rendering

Temporary namespace, work in progress

Temporary namespace, work in progress
raw docstring

evt-strclj/s

(evt-str {:keys [:automaton-simulation-de.scheduler.event/date
                 :automaton-simulation-de.scheduler.event/type]
          :as _evt})

Turns an event evt into a string.

Turns an event `evt` into a string.
raw docstring

evt-with-data-strclj/s

(evt-with-data-str {:keys [:automaton-simulation-de.scheduler.event/date
                           :automaton-simulation-de.scheduler.event/type]
                    :as evt})

Turns an event evt into a string, including its data.

Turns an event `evt` into a string, including its data.
raw docstring

scheduler-snapshotclj/s

(scheduler-snapshot state-rendering
                    {:keys [id state future-events] :as scheduler-iteration})

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

× close