# Functions
GetSortedValues returns sorted container's elements with respect to the passed comparator.
# Interfaces
Container is base interface that all data structures implement.
EnumerableWithIndex provides functions for ordered containers whose values can be fetched by an index.
EnumerableWithKey provides functions for ordered containers whose values whose elements are key/value pairs.
IteratorWithIndex is stateful iterator for ordered containers whose values can be fetched by an index.
IteratorWithKey is a stateful iterator for ordered containers whose elements are key value pairs.
JSONDeserializer provides JSON deserialization.
JSONSerializer provides JSON serialization.
ReverseIteratorWithIndex is stateful iterator for ordered containers whose values can be fetched by an index.
ReverseIteratorWithKey is a stateful iterator for ordered containers whose elements are key value pairs.