collections
Ysharp standart library provides the built-in implementation of commonly used data structures known as collections. A collection is a holder object that stores a collection of other objects (its elements). They are implemented as class, which allows great flexibility in the data types supported.