template<typename T>
fun::detail::RobinIterableWrapper struct

Wrapper to make the linked list iterable.

Template parameters
T The type of elements in the list

Public functions

auto begin() const -> RobinIterator< T > -> auto
auto end() const -> RobinIterator< T > -> auto

Public variables

const detail::RobinSlNode<T>* node