URGH! I’m trying to write something along the lines of: But it always falls thru to my last case. The error from GCC indicates that I need to specifically look std::_RB_tree_iterator<std::pair<_KeyType, Entity>> etc, but I’d rather not. I’m wanting to do something to peel back until we get to an Entity, e.g. Cannot seem to [...]