Liking cljdoc? Tell your friends :D

cfml.struct

A variant on clojure.lang.PersistentHashMap that is case insensitive on its keys. This implements just enough methods to be able to upper case keys on inbound operations that CFML would invoke.

A variant on clojure.lang.PersistentHashMap that is case insensitive
on its keys. This implements just enough methods to be able to upper
case keys on inbound operations that CFML would invoke.
raw docstring

-assocclj

(-assoc this key val)
source

-assocExclj

(-assocEx this key val)
source

-clojure-structclj

(-clojure-struct)
(-clojure-struct s)

Allow an empty struct and clone to be easily created. Do not attempt to create a struct from another data structure directly: Use cfml.interop/struct-new or cfml.interop/to-clj-struct instead.

Allow an empty struct and clone to be easily created.
Do not attempt to create a struct from another data structure directly:
Use cfml.interop/struct-new or cfml.interop/to-clj-struct instead.
sourceraw docstring

-containsKeyclj

(-containsKey this key)
source

-countclj

(-count this)
source

-emptyclj

(-empty _)
source

-entryAtclj

(-entryAt this key)
source

-iteratorclj

(-iterator this)
source

-keyExistsclj

(-keyExists this key)
source

-seqclj

(-seq this)
source

-valAtclj

(-valAt this key)
(-valAt this key notFound)
source

-withoutclj

(-without this key)
source

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

× close