Skip to main content

IFn

protocolv1.7

cljs.core/IFn

Protocol for adding the ability to invoke an object as a function. For example, a vector can also be used to look up a value: ([1 2 3 4] 1) => 2

No examples yet. Be the first to add one!