Tuples Glossary

Browse 1 tuples terms defined in plain English, from the cultural dictionary of computing.

1 Tuples Terms

Pair
A simple composite data structure that holds exactly two values, often of different types — called `Pair<A, B>` in Kotlin, `std::pair` in C++, or a 2-tuple in...

Related Topics