Created
May 8, 2016 18:34
-
-
Save vadixidav/6f91e831fc36f0d9ff5f1074bcfb8fb4 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| // Iterate forwards weaving between messages and adding instances to the vec | |
| while let Some(i) = {instances.back().unwrap().borrow().next_instance()} { | |
| instances.push_back(i); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment