Liking cljdoc? Tell your friends :D

brimley.path

print-related code for the user's current path in the menu

print-related code for the user's current path in the menu
raw docstring

collect-directionsclj

(collect-directions acc x)

adds to acc (a list of directions for getting to each turn) one more to get to the next turn x

adds to `acc` (a list of directions for getting to each turn)
one more to get to the next turn `x`
sourceraw docstring

directionsclj

(directions turns)

takes the directions for a final destination and returns a list of directions for getting to each turn

takes the directions for a final destination
and returns a list of directions for getting to each turn
sourceraw docstring

format-pathcljmultimethod

turns the current path into a formatted string

turns the current path into a formatted string
sourceraw docstring

get-path-componentcljmultimethod

return the string to represent a single particular path turn.

return the string to represent a single particular path turn.
sourceraw docstring

path->stringcljmultimethod

turn user's current path into a string

turn user's current path into a string
sourceraw docstring

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

× close