Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListElement ¶
type ListElement[E any] struct { Value E Next *ListElement[E] }
ListElement is the type for the individual elements in the Queue/Stack versions based on a plain list
Click to show internal directories.
Click to hide internal directories.