Liking cljdoc? Tell your friends :D

brazilian-utils.data


cities-by-stateclj/s

Map of cities by state (UF).

Structure: {:UF ["City Name 1" "City Name 2" ...] ...}

Map of cities by state (UF).

Structure:
{:UF ["City Name 1" "City Name 2" ...]
 ...}
sourceraw docstring

load-edn-resourceclj/smacro

(load-edn-resource resource-name)

Macro that reads an .edn file at compile time.

In CLJ/CLJS, the macro runs during compilation on the JVM, allowing file system access via io/resource. The data is embedded directly into the compiled code (compile-time).

Macro that reads an .edn file at compile time.

In CLJ/CLJS, the macro runs during compilation on the JVM,
allowing file system access via io/resource. The data is
embedded directly into the compiled code (compile-time).
sourceraw docstring

states-mapclj/s

Complete map with information for all 27 Brazilian states.

Structure: {:UF {:code "number" :name "Full Name" :area-codes [ddd...] :ie-length number-or-vector} ...}

Complete map with information for all 27 Brazilian states.

Structure:
{:UF {:code "number" :name "Full Name" :area-codes [ddd...] :ie-length number-or-vector}
 ...}
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close