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.
Examples
No examples yet. Be the first to add one!