# Functions
New creates and initializes a list of searchable items.
# Constants
NotFound is an index returned when no item was selected.
# Structs
List holds a collection of items that can be displayed with an N number of visible items.
# Type aliases
Searcher is a base function signature that is used inside select when activating the search mode.