RDllIterator class

Iterator for RDllist circular doubly-linked list.

This class provides iterator functionality for traversing the nodes in an RDllist. It supports forward iteration and can be used with range-based for loops.