
clojure.core.rrb_vector.protocols.cljs Maven / Gradle / Ivy
(ns clojure.core.rrb-vector.protocols)
(defprotocol PSpliceableVector
(-splicev [v1 v2]))
(defprotocol PSliceableVector
(-slicev [v start end]))
© 2015 - 2025 Weber Informatics LLC | Privacy Policy