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" ...]
...}(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).
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}
...}cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |