Col-E / ExtraCollections

Extra useful collection types and utilities
MIT License
6 stars 1 forks source link

Pair types #8

Closed Col-E closed 2 years ago

Col-E commented 2 years ago

Outline idea:

Pair<L, R> Triple<L, M, R> - whatever this would be called Quad<L1, L2, R2, R1>

Col-E commented 2 years ago

https://github.com/Col-E/ExtraCollections/commit/9922788963c30974e0bbd2dc2dfe579212a1e480

I'll do Triples and such if/when there is a need and a more solid naming convention is done.