Example #1
0
    def empty(self):
        """Return an empty PersistentVector.

        The new vector will have this vec's meta data attached.'"""
        from clojure.lang.persistentvector import EMPTY as EMPTY_VECTOR
        return EMPTY_VECTOR.withMeta(self.meta())
 def empty(self):
     from clojure.lang.persistentvector import EMPTY as EMPTY_VECTOR
     return EMPTY_VECTOR.withMeta(self.meta())
 def empty(self):
     from clojure.lang.persistentvector import EMPTY as EMPTY_VECTOR
     return EMPTY_VECTOR.withMeta(self.meta())
    def empty(self):
        """Return an empty PersistentVector.

        The new vector will have this vec's meta data attached.'"""
        from clojure.lang.persistentvector import EMPTY as EMPTY_VECTOR
        return EMPTY_VECTOR.withMeta(self.meta())