Skip to content

Instantly share code, notes, and snippets.

@jimfleming
Created December 13, 2014 05:01
Show Gist options
  • Save jimfleming/f46204d1e33440e8a5cb to your computer and use it in GitHub Desktop.
Save jimfleming/f46204d1e33440e8a5cb to your computer and use it in GitHub Desktop.
struct Graph<'a> {
neurons: HashMap<u64, &'a (Node + 'a)>,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment