☰
IterRef
struct
IterRef
Static Methods
IterRef
Methods
to_view
Operators
operator=
Struct
Subspace
::
sus
::
iter
::
IterRef
source
struct
IterRef
final
{ ... };
An iterator's refcount on the owning collection, preventig mutation while the iterator is alive.
Static Methods
source
IterRef
(sus::usize* ptr)
source
IterRef
(
const
IterRef
& rhs)
source
IterRef
(
IterRef
&& rhs)
Methods
source
auto
to_view
() const ->
IterRefCounter
Operators
source
auto
operator=
(
const
IterRef
& rhs) ->
IterRef
&
source
auto
operator=
(
IterRef
&& rhs) ->
IterRef
&