@namark sure, I think we are running out of names for non-owning containers. reference_range is good I guess, or observer_range if that makes sense with observer_ptr
@namark just be careful with those because pointers are often invalidated
@ercadio great, now I have to generalize on the pointer type to allow different ownership models...
@ercadio but aren't there a lot of other things you could call that? Also view suggests to me that it's read-only.