All Downloads are FREE. Search and download functionalities are using the official Maven repository.

clojure.core.rrb_vector.protocols.clj Maven / Gradle / Ivy

(ns clojure.core.rrb-vector.protocols)

(defprotocol PSpliceableVector
  (splicev [v1 v2]))

(defprotocol PSliceableVector
  (slicev [v start end]))




© 2015 - 2024 Weber Informatics LLC | Privacy Policy