Created
December 13, 2014 05:01
-
-
Save jimfleming/f46204d1e33440e8a5cb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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