Struct Subspace :: sus :: iter :: IterRef

struct IterRef final
{ ... };

An iterator's refcount on the owning collection, preventig mutation while the iterator is alive.

Operators

auto operator=(const IterRef& rhs) -> IterRef&