Variation of a List that lets you move back and forwads with O(n)
:
The easiest way to build a Scrolling List is to transform a Nonempty List:
is @(Nonempty List _) `ho` to @(Scrolling List)
Variation of a List that lets you move back and forwads with O(n)
:
The easiest way to build a Scrolling List is to transform a Nonempty List:
is @(Nonempty List _) `ho` to @(Scrolling List)