Internal models.
Internal models.
Wildcard symbol used to represent any single expression in a pattern. This must be a valid Clojure symbol. It is also used as a prefix for typed wildcards. For example, if this is set to $ (the default), $string represents any single string expression; $list any single list expression; etc.
Wildcard symbol used to represent any single expression in a pattern. This must be a valid Clojure symbol. It is also used as a prefix for typed wildcards. For example, if this is set to $ (the default), $string represents any single string expression; $list any single list expression; etc.
Wildcard symbol used to represent any number of expressions in a pattern, including zero. This must be a valid Clojure symbol.
Wildcard symbol used to represent any number of expressions in a pattern, including zero. This must be a valid Clojure symbol.
(typed-wildcard-expression? node)
Test if a node is an typed expression wildcard symbol.
Test if a node is an typed expression wildcard symbol.
(wildcard-expression? node)
Test if a node is an expression wildcard symbol.
Test if a node is an expression wildcard symbol.
(wildcard-expressions? node)
Test if a node is an expressions wildcard symbol.
Test if a node is an expressions wildcard symbol.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close