Skip to content

Instantly share code, notes, and snippets.

@JeremySorensen
Created September 29, 2016 05:55
Show Gist options
  • Save JeremySorensen/67d9f16f85531a5c29dc0b2ebea56afc to your computer and use it in GitHub Desktop.
Save JeremySorensen/67d9f16f85531a5c29dc0b2ebea56afc to your computer and use it in GitHub Desktop.
insert_edge with funky lifetimes
fn insert_edge<'a, 'b>(edge_list: &'b mut Vec<HalfEdge<'a>>, start_index: usize, end_index: usize)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment