Liking cljdoc? Tell your friends :D

skeptic.analysis.cast


check-castclj

(check-cast source-type target-type)
(check-cast source-type
            target-type
            {:keys [polarity] :or {polarity :positive} :as opts})

Inputs: ([source-type :- s/Any target-type :- s/Any] [source-type :- s/Any target-type :- s/Any {:keys [polarity], :or {polarity :positive}, :as opts} :- s/Any]) Returns: csch/CastResult

Inputs: ([source-type :- s/Any target-type :- s/Any] [source-type :- s/Any target-type :- s/Any {:keys [polarity], :or {polarity :positive}, :as opts} :- s/Any])
Returns: csch/CastResult
raw docstring

compatible?clj

(compatible? source-type target-type)

Inputs: [source-type :- s/Any target-type :- s/Any] Returns: s/Bool

Inputs: [source-type :- s/Any target-type :- s/Any]
Returns: s/Bool
raw 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