# Functions
New creates a new list primitive.
WithReplay returns a Watch option to replay entries.
# Constants
EventInserted indicates a value was added to the list.
EventNone indicates the event is not a change event.
EventRemoved indicates a value was removed from the list.
Type is the list type.
# Interfaces
Client provides an API for creating Lists.
List provides a distributed list data structure The list values are defines as strings.
WatchOption is an option for list Watch calls.
# Type aliases
EventType is the type for a list Event.