Skip to content

Instantly share code, notes, and snippets.

@devboy
Created October 28, 2011 15:31
Show Gist options
  • Save devboy/1322545 to your computer and use it in GitHub Desktop.
Save devboy/1322545 to your computer and use it in GitHub Desktop.
class Node
private
_upstream/_parents: Vector.<Node>
_downstream/_children: Vector.<Node>
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment