Required Instance Methodswift 6.0.3Cxx
successor
Returns an iterator pointing to the next item in the sequence.
func successor() -> Self
Generally, Swift creates this property automatically for C++ types that define pre-increment operator++()
.
Returns an iterator pointing to the next item in the sequence.
func successor() -> Self
Generally, Swift creates this property automatically for C++ types that define pre-increment operator++()
.