Guest User

Untitled

a guest
Jan 20th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. struct Oid<T> where T: Eq + Hash {
  2. objects: Vec<Box<T>>,
  3. rev_map: HashMap<&T, usize>
  4. }
Add Comment
Please, Sign In to add comment