AFF --- A container for numbers (array) by Friederich and Forbriger.

◆ tofirst()

template<class C>
Browser& aff::Browser< C >::tofirst ( )
inline

delegate to stepper

Definition at line 166 of file iterator.h.

References aff::Browser< C >::Mstepper.

166 { Mstepper.tofirst(); return(*this); }
Tstepper Mstepper
Stepper to use.
Definition: iterator.h:188