Skip to main content

tuple

macrov1.9

cljs.spec.alpha/tuple

(tuple [& preds])
takes one or more preds and returns a spec for a tuple, a vector where each element conforms to the corresponding pred. Each element will be referred to in paths using its ordinal.

No examples yet. Be the first to add one!