[][src]Function pathfinder::tools::find

pub fn find<T: Hash>(element: u64, list: &[T]) -> Option<&T>

Finds an element using their hashes.