Packages

A list-like data structure that maintains a selected element

Current section

Files

Jump to
zip_list include zip_list_ZipList.hrl
Raw

include/zip_list_ZipList.hrl

-record(zip_list, {
previous :: list(any()),
current :: any(),
next :: list(any())
}).