Tuples: .tupleof property
Get acquainted with the .tupleof property of tuples.
We'll cover the following...
We'll cover the following...
.tupleof property
.tupleof represents the members of a type or an object. When applied to a user- defined type, .tupleof provides access to the definitions of the members of that type:
S.tupleof appears in two places in the program. First, the types of the elements are obtained by ...