MCPcopy Index your code
hub / github.com/clojure-rs/ClojureRS / ToPersistentVector

Interface ToPersistentVector

src/persistent_vector.rs:54–64  ·  view source on GitHub ↗

impl Hash for PersistentVector { fn hash (&self, state: &mut H) { let as_vec = Rc::new(self.clone()).iter().collect:: >>(); as_vec.hash(state) } } Mostly to just make some code more concise @TODO ~lookup proper rust conversion traits~ @TODO ok, proper conversions found, start removing these

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Implementers 1

persistent_vector.rssrc/persistent_vector.rs

Calls

no outgoing calls

Tested by

no test coverage detected