Liking cljdoc? Tell your friends :D

prettier.maybe


*distance*clj

source

candidatesclj

(candidates values v)

Returns candidates from the list which are similar to the original value. Ordered by distance ascending, which mean more close candidates come first.

Examples: (cadidates ["string" "integer" "double"] "sting") => ["string"]

Returns candidates from the list which are similar to the original value.
Ordered by distance ascending, which mean more close candidates come first.

Examples: (cadidates ["string" "integer" "double"] "sting") => ["string"]
sourceraw docstring

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

× close