Closed Charles-Johnson closed 3 years ago
This should be less error prone than using a Vec<Option<Concept>> because a key to the slotmap can only be constructed after inserting a concept
Vec<Option<Concept>>
This should be less error prone than using a
Vec<Option<Concept>>
because a key to the slotmap can only be constructed after inserting a concept