Description
Provides a 1-tuple type, also useful as a single-value collection. This helps generic code represent one value in places where tuple-like or collection-like structure is expected.
It is useful for generic programming, data interchange, APIs, and libraries that need consistent handling of one-item structures. It is a small developer library and has no standalone interface.