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 not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected