T1
- type of first elementT2
- type of second elementT3
- type of third elementT4
- type of fourth elementT5
- type of fifth elementT6
- type of sixth elementT7
- type of seventh elementT8
- type of eighth elementT9
- type of nineth elementpublic class NTuple9<T1,T2,T3,T4,T5,T6,T7,T8,T9> extends ITuple9.Base<T1,T2,T3,T4,T5,T6,T7,T8,T9> implements java.io.Serializable
Indexable.viewTuple(ITuple9)
will come to help.
Note that this class is automatically created by tools.TupleClassCreator
(not yet public).Tuple9
,
Serialized FormConstructor and Description |
---|
NTuple9(T1 e1,
T2 e2,
T3 e3,
T4 e4,
T5 e5,
T6 e6,
T7 e7,
T8 e8,
T9 e9)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
T1 |
_1()
Get the first element.
|
NTuple2<T1,T2> |
_12()
Create a new 2-tuple from this one where the elements are ordered: 1st, 2nd.
|
NTuple3<T1,T2,T3> |
_123()
Create a new 3-tuple from this one where the elements are ordered: 1st, 2nd, 3rd.
|
NTuple4<T1,T2,T3,T4> |
_1234()
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th.
|
NTuple5<T1,T2,T3,T4,T5> |
_12345()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 5th.
|
NTuple6<T1,T2,T3,T4,T5,T6> |
_123456()
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 5th, 6th.
|
NTuple7<T1,T2,T3,T4,T5,T6,T7> |
_1234567()
Create a new 7-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 5th, 6th, 7th.
|
NTuple8<T1,T2,T3,T4,T5,T6,T7,T8> |
_12345678()
Create a new 8-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 5th, 6th, 7th, 8th.
|
NTuple8<T1,T2,T3,T4,T5,T6,T7,T9> |
_12345679()
Create a new 8-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 5th, 6th, 7th, 9th.
|
NTuple7<T1,T2,T3,T4,T5,T6,T8> |
_1234568()
Create a new 7-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 5th, 6th, 8th.
|
NTuple8<T1,T2,T3,T4,T5,T6,T8,T9> |
_12345689()
Create a new 8-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 5th, 6th, 8th, 9th.
|
NTuple7<T1,T2,T3,T4,T5,T6,T9> |
_1234569()
Create a new 7-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 5th, 6th, 9th.
|
NTuple6<T1,T2,T3,T4,T5,T7> |
_123457()
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 5th, 7th.
|
NTuple7<T1,T2,T3,T4,T5,T7,T8> |
_1234578()
Create a new 7-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 5th, 7th, 8th.
|
NTuple8<T1,T2,T3,T4,T5,T7,T8,T9> |
_12345789()
Create a new 8-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 5th, 7th, 8th, 9th.
|
NTuple7<T1,T2,T3,T4,T5,T7,T9> |
_1234579()
Create a new 7-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 5th, 7th, 9th.
|
NTuple6<T1,T2,T3,T4,T5,T8> |
_123458()
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 5th, 8th.
|
NTuple7<T1,T2,T3,T4,T5,T8,T9> |
_1234589()
Create a new 7-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 5th, 8th, 9th.
|
NTuple6<T1,T2,T3,T4,T5,T9> |
_123459()
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 5th, 9th.
|
NTuple5<T1,T2,T3,T4,T6> |
_12346()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 6th.
|
NTuple6<T1,T2,T3,T4,T6,T7> |
_123467()
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 6th, 7th.
|
NTuple7<T1,T2,T3,T4,T6,T7,T8> |
_1234678()
Create a new 7-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 6th, 7th, 8th.
|
NTuple8<T1,T2,T3,T4,T6,T7,T8,T9> |
_12346789()
Create a new 8-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 6th, 7th, 8th, 9th.
|
NTuple7<T1,T2,T3,T4,T6,T7,T9> |
_1234679()
Create a new 7-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 6th, 7th, 9th.
|
NTuple6<T1,T2,T3,T4,T6,T8> |
_123468()
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 6th, 8th.
|
NTuple7<T1,T2,T3,T4,T6,T8,T9> |
_1234689()
Create a new 7-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 6th, 8th, 9th.
|
NTuple6<T1,T2,T3,T4,T6,T9> |
_123469()
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 6th, 9th.
|
NTuple5<T1,T2,T3,T4,T7> |
_12347()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 7th.
|
NTuple6<T1,T2,T3,T4,T7,T8> |
_123478()
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 7th, 8th.
|
NTuple7<T1,T2,T3,T4,T7,T8,T9> |
_1234789()
Create a new 7-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 7th, 8th, 9th.
|
NTuple6<T1,T2,T3,T4,T7,T9> |
_123479()
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 7th, 9th.
|
NTuple5<T1,T2,T3,T4,T8> |
_12348()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 8th.
|
NTuple6<T1,T2,T3,T4,T8,T9> |
_123489()
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 8th, 9th.
|
NTuple5<T1,T2,T3,T4,T9> |
_12349()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 9th.
|
NTuple4<T1,T2,T3,T5> |
_1235()
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 5th.
|
NTuple5<T1,T2,T3,T5,T6> |
_12356()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 5th, 6th.
|
NTuple6<T1,T2,T3,T5,T6,T7> |
_123567()
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 5th, 6th, 7th.
|
NTuple7<T1,T2,T3,T5,T6,T7,T8> |
_1235678()
Create a new 7-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 5th, 6th, 7th, 8th.
|
NTuple8<T1,T2,T3,T5,T6,T7,T8,T9> |
_12356789()
Create a new 8-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 5th, 6th, 7th, 8th, 9th.
|
NTuple7<T1,T2,T3,T5,T6,T7,T9> |
_1235679()
Create a new 7-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 5th, 6th, 7th, 9th.
|
NTuple6<T1,T2,T3,T5,T6,T8> |
_123568()
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 5th, 6th, 8th.
|
NTuple7<T1,T2,T3,T5,T6,T8,T9> |
_1235689()
Create a new 7-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 5th, 6th, 8th, 9th.
|
NTuple6<T1,T2,T3,T5,T6,T9> |
_123569()
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 5th, 6th, 9th.
|
NTuple5<T1,T2,T3,T5,T7> |
_12357()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 5th, 7th.
|
NTuple6<T1,T2,T3,T5,T7,T8> |
_123578()
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 5th, 7th, 8th.
|
NTuple7<T1,T2,T3,T5,T7,T8,T9> |
_1235789()
Create a new 7-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 5th, 7th, 8th, 9th.
|
NTuple6<T1,T2,T3,T5,T7,T9> |
_123579()
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 5th, 7th, 9th.
|
NTuple5<T1,T2,T3,T5,T8> |
_12358()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 5th, 8th.
|
NTuple6<T1,T2,T3,T5,T8,T9> |
_123589()
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 5th, 8th, 9th.
|
NTuple5<T1,T2,T3,T5,T9> |
_12359()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 5th, 9th.
|
NTuple4<T1,T2,T3,T6> |
_1236()
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 6th.
|
NTuple5<T1,T2,T3,T6,T7> |
_12367()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 6th, 7th.
|
NTuple6<T1,T2,T3,T6,T7,T8> |
_123678()
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 6th, 7th, 8th.
|
NTuple7<T1,T2,T3,T6,T7,T8,T9> |
_1236789()
Create a new 7-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 6th, 7th, 8th, 9th.
|
NTuple6<T1,T2,T3,T6,T7,T9> |
_123679()
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 6th, 7th, 9th.
|
NTuple5<T1,T2,T3,T6,T8> |
_12368()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 6th, 8th.
|
NTuple6<T1,T2,T3,T6,T8,T9> |
_123689()
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 6th, 8th, 9th.
|
NTuple5<T1,T2,T3,T6,T9> |
_12369()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 6th, 9th.
|
NTuple4<T1,T2,T3,T7> |
_1237()
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 7th.
|
NTuple5<T1,T2,T3,T7,T8> |
_12378()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 7th, 8th.
|
NTuple6<T1,T2,T3,T7,T8,T9> |
_123789()
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 7th, 8th, 9th.
|
NTuple5<T1,T2,T3,T7,T9> |
_12379()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 7th, 9th.
|
NTuple4<T1,T2,T3,T8> |
_1238()
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 8th.
|
NTuple5<T1,T2,T3,T8,T9> |
_12389()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 8th, 9th.
|
NTuple4<T1,T2,T3,T9> |
_1239()
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 9th.
|
NTuple3<T1,T2,T4> |
_124()
Create a new 3-tuple from this one where the elements are ordered: 1st, 2nd, 4th.
|
NTuple4<T1,T2,T4,T5> |
_1245()
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 5th.
|
NTuple5<T1,T2,T4,T5,T6> |
_12456()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 5th, 6th.
|
NTuple6<T1,T2,T4,T5,T6,T7> |
_124567()
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 5th, 6th, 7th.
|
NTuple7<T1,T2,T4,T5,T6,T7,T8> |
_1245678()
Create a new 7-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 5th, 6th, 7th, 8th.
|
NTuple8<T1,T2,T4,T5,T6,T7,T8,T9> |
_12456789()
Create a new 8-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 5th, 6th, 7th, 8th, 9th.
|
NTuple7<T1,T2,T4,T5,T6,T7,T9> |
_1245679()
Create a new 7-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 5th, 6th, 7th, 9th.
|
NTuple6<T1,T2,T4,T5,T6,T8> |
_124568()
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 5th, 6th, 8th.
|
NTuple7<T1,T2,T4,T5,T6,T8,T9> |
_1245689()
Create a new 7-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 5th, 6th, 8th, 9th.
|
NTuple6<T1,T2,T4,T5,T6,T9> |
_124569()
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 5th, 6th, 9th.
|
NTuple5<T1,T2,T4,T5,T7> |
_12457()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 5th, 7th.
|
NTuple6<T1,T2,T4,T5,T7,T8> |
_124578()
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 5th, 7th, 8th.
|
NTuple7<T1,T2,T4,T5,T7,T8,T9> |
_1245789()
Create a new 7-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 5th, 7th, 8th, 9th.
|
NTuple6<T1,T2,T4,T5,T7,T9> |
_124579()
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 5th, 7th, 9th.
|
NTuple5<T1,T2,T4,T5,T8> |
_12458()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 5th, 8th.
|
NTuple6<T1,T2,T4,T5,T8,T9> |
_124589()
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 5th, 8th, 9th.
|
NTuple5<T1,T2,T4,T5,T9> |
_12459()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 5th, 9th.
|
NTuple4<T1,T2,T4,T6> |
_1246()
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 6th.
|
NTuple5<T1,T2,T4,T6,T7> |
_12467()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 6th, 7th.
|
NTuple6<T1,T2,T4,T6,T7,T8> |
_124678()
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 6th, 7th, 8th.
|
NTuple7<T1,T2,T4,T6,T7,T8,T9> |
_1246789()
Create a new 7-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 6th, 7th, 8th, 9th.
|
NTuple6<T1,T2,T4,T6,T7,T9> |
_124679()
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 6th, 7th, 9th.
|
NTuple5<T1,T2,T4,T6,T8> |
_12468()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 6th, 8th.
|
NTuple6<T1,T2,T4,T6,T8,T9> |
_124689()
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 6th, 8th, 9th.
|
NTuple5<T1,T2,T4,T6,T9> |
_12469()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 6th, 9th.
|
NTuple4<T1,T2,T4,T7> |
_1247()
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 7th.
|
NTuple5<T1,T2,T4,T7,T8> |
_12478()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 7th, 8th.
|
NTuple6<T1,T2,T4,T7,T8,T9> |
_124789()
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 7th, 8th, 9th.
|
NTuple5<T1,T2,T4,T7,T9> |
_12479()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 7th, 9th.
|
NTuple4<T1,T2,T4,T8> |
_1248()
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 8th.
|
NTuple5<T1,T2,T4,T8,T9> |
_12489()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 8th, 9th.
|
NTuple4<T1,T2,T4,T9> |
_1249()
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 9th.
|
NTuple3<T1,T2,T5> |
_125()
Create a new 3-tuple from this one where the elements are ordered: 1st, 2nd, 5th.
|
NTuple4<T1,T2,T5,T6> |
_1256()
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 5th, 6th.
|
NTuple5<T1,T2,T5,T6,T7> |
_12567()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 5th, 6th, 7th.
|
NTuple6<T1,T2,T5,T6,T7,T8> |
_125678()
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 5th, 6th, 7th, 8th.
|
NTuple7<T1,T2,T5,T6,T7,T8,T9> |
_1256789()
Create a new 7-tuple from this one where the elements are ordered: 1st, 2nd, 5th, 6th, 7th, 8th, 9th.
|
NTuple6<T1,T2,T5,T6,T7,T9> |
_125679()
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 5th, 6th, 7th, 9th.
|
NTuple5<T1,T2,T5,T6,T8> |
_12568()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 5th, 6th, 8th.
|
NTuple6<T1,T2,T5,T6,T8,T9> |
_125689()
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 5th, 6th, 8th, 9th.
|
NTuple5<T1,T2,T5,T6,T9> |
_12569()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 5th, 6th, 9th.
|
NTuple4<T1,T2,T5,T7> |
_1257()
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 5th, 7th.
|
NTuple5<T1,T2,T5,T7,T8> |
_12578()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 5th, 7th, 8th.
|
NTuple6<T1,T2,T5,T7,T8,T9> |
_125789()
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 5th, 7th, 8th, 9th.
|
NTuple5<T1,T2,T5,T7,T9> |
_12579()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 5th, 7th, 9th.
|
NTuple4<T1,T2,T5,T8> |
_1258()
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 5th, 8th.
|
NTuple5<T1,T2,T5,T8,T9> |
_12589()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 5th, 8th, 9th.
|
NTuple4<T1,T2,T5,T9> |
_1259()
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 5th, 9th.
|
NTuple3<T1,T2,T6> |
_126()
Create a new 3-tuple from this one where the elements are ordered: 1st, 2nd, 6th.
|
NTuple4<T1,T2,T6,T7> |
_1267()
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 6th, 7th.
|
NTuple5<T1,T2,T6,T7,T8> |
_12678()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 6th, 7th, 8th.
|
NTuple6<T1,T2,T6,T7,T8,T9> |
_126789()
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 6th, 7th, 8th, 9th.
|
NTuple5<T1,T2,T6,T7,T9> |
_12679()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 6th, 7th, 9th.
|
NTuple4<T1,T2,T6,T8> |
_1268()
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 6th, 8th.
|
NTuple5<T1,T2,T6,T8,T9> |
_12689()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 6th, 8th, 9th.
|
NTuple4<T1,T2,T6,T9> |
_1269()
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 6th, 9th.
|
NTuple3<T1,T2,T7> |
_127()
Create a new 3-tuple from this one where the elements are ordered: 1st, 2nd, 7th.
|
NTuple4<T1,T2,T7,T8> |
_1278()
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 7th, 8th.
|
NTuple5<T1,T2,T7,T8,T9> |
_12789()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 7th, 8th, 9th.
|
NTuple4<T1,T2,T7,T9> |
_1279()
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 7th, 9th.
|
NTuple3<T1,T2,T8> |
_128()
Create a new 3-tuple from this one where the elements are ordered: 1st, 2nd, 8th.
|
NTuple4<T1,T2,T8,T9> |
_1289()
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 8th, 9th.
|
NTuple3<T1,T2,T9> |
_129()
Create a new 3-tuple from this one where the elements are ordered: 1st, 2nd, 9th.
|
NTuple2<T1,T3> |
_13()
Create a new 2-tuple from this one where the elements are ordered: 1st, 3rd.
|
NTuple3<T1,T3,T2> |
_132()
Create a new 3-tuple from this one where the elements are ordered: 1st, 3rd, 2nd.
|
NTuple3<T1,T3,T4> |
_134()
Create a new 3-tuple from this one where the elements are ordered: 1st, 3rd, 4th.
|
NTuple4<T1,T3,T4,T5> |
_1345()
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 5th.
|
NTuple5<T1,T3,T4,T5,T6> |
_13456()
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 5th, 6th.
|
NTuple6<T1,T3,T4,T5,T6,T7> |
_134567()
Create a new 6-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 5th, 6th, 7th.
|
NTuple7<T1,T3,T4,T5,T6,T7,T8> |
_1345678()
Create a new 7-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 5th, 6th, 7th, 8th.
|
NTuple8<T1,T3,T4,T5,T6,T7,T8,T9> |
_13456789()
Create a new 8-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 5th, 6th, 7th, 8th, 9th.
|
NTuple7<T1,T3,T4,T5,T6,T7,T9> |
_1345679()
Create a new 7-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 5th, 6th, 7th, 9th.
|
NTuple6<T1,T3,T4,T5,T6,T8> |
_134568()
Create a new 6-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 5th, 6th, 8th.
|
NTuple7<T1,T3,T4,T5,T6,T8,T9> |
_1345689()
Create a new 7-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 5th, 6th, 8th, 9th.
|
NTuple6<T1,T3,T4,T5,T6,T9> |
_134569()
Create a new 6-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 5th, 6th, 9th.
|
NTuple5<T1,T3,T4,T5,T7> |
_13457()
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 5th, 7th.
|
NTuple6<T1,T3,T4,T5,T7,T8> |
_134578()
Create a new 6-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 5th, 7th, 8th.
|
NTuple7<T1,T3,T4,T5,T7,T8,T9> |
_1345789()
Create a new 7-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 5th, 7th, 8th, 9th.
|
NTuple6<T1,T3,T4,T5,T7,T9> |
_134579()
Create a new 6-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 5th, 7th, 9th.
|
NTuple5<T1,T3,T4,T5,T8> |
_13458()
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 5th, 8th.
|
NTuple6<T1,T3,T4,T5,T8,T9> |
_134589()
Create a new 6-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 5th, 8th, 9th.
|
NTuple5<T1,T3,T4,T5,T9> |
_13459()
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 5th, 9th.
|
NTuple4<T1,T3,T4,T6> |
_1346()
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 6th.
|
NTuple5<T1,T3,T4,T6,T7> |
_13467()
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 6th, 7th.
|
NTuple6<T1,T3,T4,T6,T7,T8> |
_134678()
Create a new 6-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 6th, 7th, 8th.
|
NTuple7<T1,T3,T4,T6,T7,T8,T9> |
_1346789()
Create a new 7-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 6th, 7th, 8th, 9th.
|
NTuple6<T1,T3,T4,T6,T7,T9> |
_134679()
Create a new 6-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 6th, 7th, 9th.
|
NTuple5<T1,T3,T4,T6,T8> |
_13468()
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 6th, 8th.
|
NTuple6<T1,T3,T4,T6,T8,T9> |
_134689()
Create a new 6-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 6th, 8th, 9th.
|
NTuple5<T1,T3,T4,T6,T9> |
_13469()
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 6th, 9th.
|
NTuple4<T1,T3,T4,T7> |
_1347()
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 7th.
|
NTuple5<T1,T3,T4,T7,T8> |
_13478()
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 7th, 8th.
|
NTuple6<T1,T3,T4,T7,T8,T9> |
_134789()
Create a new 6-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 7th, 8th, 9th.
|
NTuple5<T1,T3,T4,T7,T9> |
_13479()
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 7th, 9th.
|
NTuple4<T1,T3,T4,T8> |
_1348()
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 8th.
|
NTuple5<T1,T3,T4,T8,T9> |
_13489()
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 8th, 9th.
|
NTuple4<T1,T3,T4,T9> |
_1349()
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 9th.
|
NTuple3<T1,T3,T5> |
_135()
Create a new 3-tuple from this one where the elements are ordered: 1st, 3rd, 5th.
|
NTuple4<T1,T3,T5,T6> |
_1356()
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 5th, 6th.
|
NTuple5<T1,T3,T5,T6,T7> |
_13567()
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 5th, 6th, 7th.
|
NTuple6<T1,T3,T5,T6,T7,T8> |
_135678()
Create a new 6-tuple from this one where the elements are ordered: 1st, 3rd, 5th, 6th, 7th, 8th.
|
NTuple7<T1,T3,T5,T6,T7,T8,T9> |
_1356789()
Create a new 7-tuple from this one where the elements are ordered: 1st, 3rd, 5th, 6th, 7th, 8th, 9th.
|
NTuple6<T1,T3,T5,T6,T7,T9> |
_135679()
Create a new 6-tuple from this one where the elements are ordered: 1st, 3rd, 5th, 6th, 7th, 9th.
|
NTuple5<T1,T3,T5,T6,T8> |
_13568()
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 5th, 6th, 8th.
|
NTuple6<T1,T3,T5,T6,T8,T9> |
_135689()
Create a new 6-tuple from this one where the elements are ordered: 1st, 3rd, 5th, 6th, 8th, 9th.
|
NTuple5<T1,T3,T5,T6,T9> |
_13569()
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 5th, 6th, 9th.
|
NTuple4<T1,T3,T5,T7> |
_1357()
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 5th, 7th.
|
NTuple5<T1,T3,T5,T7,T8> |
_13578()
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 5th, 7th, 8th.
|
NTuple6<T1,T3,T5,T7,T8,T9> |
_135789()
Create a new 6-tuple from this one where the elements are ordered: 1st, 3rd, 5th, 7th, 8th, 9th.
|
NTuple5<T1,T3,T5,T7,T9> |
_13579()
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 5th, 7th, 9th.
|
NTuple4<T1,T3,T5,T8> |
_1358()
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 5th, 8th.
|
NTuple5<T1,T3,T5,T8,T9> |
_13589()
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 5th, 8th, 9th.
|
NTuple4<T1,T3,T5,T9> |
_1359()
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 5th, 9th.
|
NTuple3<T1,T3,T6> |
_136()
Create a new 3-tuple from this one where the elements are ordered: 1st, 3rd, 6th.
|
NTuple4<T1,T3,T6,T7> |
_1367()
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 6th, 7th.
|
NTuple5<T1,T3,T6,T7,T8> |
_13678()
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 6th, 7th, 8th.
|
NTuple6<T1,T3,T6,T7,T8,T9> |
_136789()
Create a new 6-tuple from this one where the elements are ordered: 1st, 3rd, 6th, 7th, 8th, 9th.
|
NTuple5<T1,T3,T6,T7,T9> |
_13679()
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 6th, 7th, 9th.
|
NTuple4<T1,T3,T6,T8> |
_1368()
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 6th, 8th.
|
NTuple5<T1,T3,T6,T8,T9> |
_13689()
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 6th, 8th, 9th.
|
NTuple4<T1,T3,T6,T9> |
_1369()
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 6th, 9th.
|
NTuple3<T1,T3,T7> |
_137()
Create a new 3-tuple from this one where the elements are ordered: 1st, 3rd, 7th.
|
NTuple4<T1,T3,T7,T8> |
_1378()
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 7th, 8th.
|
NTuple5<T1,T3,T7,T8,T9> |
_13789()
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 7th, 8th, 9th.
|
NTuple4<T1,T3,T7,T9> |
_1379()
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 7th, 9th.
|
NTuple3<T1,T3,T8> |
_138()
Create a new 3-tuple from this one where the elements are ordered: 1st, 3rd, 8th.
|
NTuple4<T1,T3,T8,T9> |
_1389()
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 8th, 9th.
|
NTuple3<T1,T3,T9> |
_139()
Create a new 3-tuple from this one where the elements are ordered: 1st, 3rd, 9th.
|
NTuple2<T1,T4> |
_14()
Create a new 2-tuple from this one where the elements are ordered: 1st, 4th.
|
NTuple3<T1,T4,T2> |
_142()
Create a new 3-tuple from this one where the elements are ordered: 1st, 4th, 2nd.
|
NTuple3<T1,T4,T3> |
_143()
Create a new 3-tuple from this one where the elements are ordered: 1st, 4th, 3rd.
|
NTuple3<T1,T4,T5> |
_145()
Create a new 3-tuple from this one where the elements are ordered: 1st, 4th, 5th.
|
NTuple4<T1,T4,T5,T6> |
_1456()
Create a new 4-tuple from this one where the elements are ordered: 1st, 4th, 5th, 6th.
|
NTuple5<T1,T4,T5,T6,T7> |
_14567()
Create a new 5-tuple from this one where the elements are ordered: 1st, 4th, 5th, 6th, 7th.
|
NTuple6<T1,T4,T5,T6,T7,T8> |
_145678()
Create a new 6-tuple from this one where the elements are ordered: 1st, 4th, 5th, 6th, 7th, 8th.
|
NTuple7<T1,T4,T5,T6,T7,T8,T9> |
_1456789()
Create a new 7-tuple from this one where the elements are ordered: 1st, 4th, 5th, 6th, 7th, 8th, 9th.
|
NTuple6<T1,T4,T5,T6,T7,T9> |
_145679()
Create a new 6-tuple from this one where the elements are ordered: 1st, 4th, 5th, 6th, 7th, 9th.
|
NTuple5<T1,T4,T5,T6,T8> |
_14568()
Create a new 5-tuple from this one where the elements are ordered: 1st, 4th, 5th, 6th, 8th.
|
NTuple6<T1,T4,T5,T6,T8,T9> |
_145689()
Create a new 6-tuple from this one where the elements are ordered: 1st, 4th, 5th, 6th, 8th, 9th.
|
NTuple5<T1,T4,T5,T6,T9> |
_14569()
Create a new 5-tuple from this one where the elements are ordered: 1st, 4th, 5th, 6th, 9th.
|
NTuple4<T1,T4,T5,T7> |
_1457()
Create a new 4-tuple from this one where the elements are ordered: 1st, 4th, 5th, 7th.
|
NTuple5<T1,T4,T5,T7,T8> |
_14578()
Create a new 5-tuple from this one where the elements are ordered: 1st, 4th, 5th, 7th, 8th.
|
NTuple6<T1,T4,T5,T7,T8,T9> |
_145789()
Create a new 6-tuple from this one where the elements are ordered: 1st, 4th, 5th, 7th, 8th, 9th.
|
NTuple5<T1,T4,T5,T7,T9> |
_14579()
Create a new 5-tuple from this one where the elements are ordered: 1st, 4th, 5th, 7th, 9th.
|
NTuple4<T1,T4,T5,T8> |
_1458()
Create a new 4-tuple from this one where the elements are ordered: 1st, 4th, 5th, 8th.
|
NTuple5<T1,T4,T5,T8,T9> |
_14589()
Create a new 5-tuple from this one where the elements are ordered: 1st, 4th, 5th, 8th, 9th.
|
NTuple4<T1,T4,T5,T9> |
_1459()
Create a new 4-tuple from this one where the elements are ordered: 1st, 4th, 5th, 9th.
|
NTuple3<T1,T4,T6> |
_146()
Create a new 3-tuple from this one where the elements are ordered: 1st, 4th, 6th.
|
NTuple4<T1,T4,T6,T7> |
_1467()
Create a new 4-tuple from this one where the elements are ordered: 1st, 4th, 6th, 7th.
|
NTuple5<T1,T4,T6,T7,T8> |
_14678()
Create a new 5-tuple from this one where the elements are ordered: 1st, 4th, 6th, 7th, 8th.
|
NTuple6<T1,T4,T6,T7,T8,T9> |
_146789()
Create a new 6-tuple from this one where the elements are ordered: 1st, 4th, 6th, 7th, 8th, 9th.
|
NTuple5<T1,T4,T6,T7,T9> |
_14679()
Create a new 5-tuple from this one where the elements are ordered: 1st, 4th, 6th, 7th, 9th.
|
NTuple4<T1,T4,T6,T8> |
_1468()
Create a new 4-tuple from this one where the elements are ordered: 1st, 4th, 6th, 8th.
|
NTuple5<T1,T4,T6,T8,T9> |
_14689()
Create a new 5-tuple from this one where the elements are ordered: 1st, 4th, 6th, 8th, 9th.
|
NTuple4<T1,T4,T6,T9> |
_1469()
Create a new 4-tuple from this one where the elements are ordered: 1st, 4th, 6th, 9th.
|
NTuple3<T1,T4,T7> |
_147()
Create a new 3-tuple from this one where the elements are ordered: 1st, 4th, 7th.
|
NTuple4<T1,T4,T7,T8> |
_1478()
Create a new 4-tuple from this one where the elements are ordered: 1st, 4th, 7th, 8th.
|
NTuple5<T1,T4,T7,T8,T9> |
_14789()
Create a new 5-tuple from this one where the elements are ordered: 1st, 4th, 7th, 8th, 9th.
|
NTuple4<T1,T4,T7,T9> |
_1479()
Create a new 4-tuple from this one where the elements are ordered: 1st, 4th, 7th, 9th.
|
NTuple3<T1,T4,T8> |
_148()
Create a new 3-tuple from this one where the elements are ordered: 1st, 4th, 8th.
|
NTuple4<T1,T4,T8,T9> |
_1489()
Create a new 4-tuple from this one where the elements are ordered: 1st, 4th, 8th, 9th.
|
NTuple3<T1,T4,T9> |
_149()
Create a new 3-tuple from this one where the elements are ordered: 1st, 4th, 9th.
|
NTuple2<T1,T5> |
_15()
Create a new 2-tuple from this one where the elements are ordered: 1st, 5th.
|
NTuple3<T1,T5,T2> |
_152()
Create a new 3-tuple from this one where the elements are ordered: 1st, 5th, 2nd.
|
NTuple3<T1,T5,T3> |
_153()
Create a new 3-tuple from this one where the elements are ordered: 1st, 5th, 3rd.
|
NTuple3<T1,T5,T4> |
_154()
Create a new 3-tuple from this one where the elements are ordered: 1st, 5th, 4th.
|
NTuple3<T1,T5,T6> |
_156()
Create a new 3-tuple from this one where the elements are ordered: 1st, 5th, 6th.
|
NTuple4<T1,T5,T6,T7> |
_1567()
Create a new 4-tuple from this one where the elements are ordered: 1st, 5th, 6th, 7th.
|
NTuple5<T1,T5,T6,T7,T8> |
_15678()
Create a new 5-tuple from this one where the elements are ordered: 1st, 5th, 6th, 7th, 8th.
|
NTuple6<T1,T5,T6,T7,T8,T9> |
_156789()
Create a new 6-tuple from this one where the elements are ordered: 1st, 5th, 6th, 7th, 8th, 9th.
|
NTuple5<T1,T5,T6,T7,T9> |
_15679()
Create a new 5-tuple from this one where the elements are ordered: 1st, 5th, 6th, 7th, 9th.
|
NTuple4<T1,T5,T6,T8> |
_1568()
Create a new 4-tuple from this one where the elements are ordered: 1st, 5th, 6th, 8th.
|
NTuple5<T1,T5,T6,T8,T9> |
_15689()
Create a new 5-tuple from this one where the elements are ordered: 1st, 5th, 6th, 8th, 9th.
|
NTuple4<T1,T5,T6,T9> |
_1569()
Create a new 4-tuple from this one where the elements are ordered: 1st, 5th, 6th, 9th.
|
NTuple3<T1,T5,T7> |
_157()
Create a new 3-tuple from this one where the elements are ordered: 1st, 5th, 7th.
|
NTuple4<T1,T5,T7,T8> |
_1578()
Create a new 4-tuple from this one where the elements are ordered: 1st, 5th, 7th, 8th.
|
NTuple5<T1,T5,T7,T8,T9> |
_15789()
Create a new 5-tuple from this one where the elements are ordered: 1st, 5th, 7th, 8th, 9th.
|
NTuple4<T1,T5,T7,T9> |
_1579()
Create a new 4-tuple from this one where the elements are ordered: 1st, 5th, 7th, 9th.
|
NTuple3<T1,T5,T8> |
_158()
Create a new 3-tuple from this one where the elements are ordered: 1st, 5th, 8th.
|
NTuple4<T1,T5,T8,T9> |
_1589()
Create a new 4-tuple from this one where the elements are ordered: 1st, 5th, 8th, 9th.
|
NTuple3<T1,T5,T9> |
_159()
Create a new 3-tuple from this one where the elements are ordered: 1st, 5th, 9th.
|
NTuple2<T1,T6> |
_16()
Create a new 2-tuple from this one where the elements are ordered: 1st, 6th.
|
NTuple3<T1,T6,T2> |
_162()
Create a new 3-tuple from this one where the elements are ordered: 1st, 6th, 2nd.
|
NTuple3<T1,T6,T3> |
_163()
Create a new 3-tuple from this one where the elements are ordered: 1st, 6th, 3rd.
|
NTuple3<T1,T6,T4> |
_164()
Create a new 3-tuple from this one where the elements are ordered: 1st, 6th, 4th.
|
NTuple3<T1,T6,T5> |
_165()
Create a new 3-tuple from this one where the elements are ordered: 1st, 6th, 5th.
|
NTuple3<T1,T6,T7> |
_167()
Create a new 3-tuple from this one where the elements are ordered: 1st, 6th, 7th.
|
NTuple4<T1,T6,T7,T8> |
_1678()
Create a new 4-tuple from this one where the elements are ordered: 1st, 6th, 7th, 8th.
|
NTuple5<T1,T6,T7,T8,T9> |
_16789()
Create a new 5-tuple from this one where the elements are ordered: 1st, 6th, 7th, 8th, 9th.
|
NTuple4<T1,T6,T7,T9> |
_1679()
Create a new 4-tuple from this one where the elements are ordered: 1st, 6th, 7th, 9th.
|
NTuple3<T1,T6,T8> |
_168()
Create a new 3-tuple from this one where the elements are ordered: 1st, 6th, 8th.
|
NTuple4<T1,T6,T8,T9> |
_1689()
Create a new 4-tuple from this one where the elements are ordered: 1st, 6th, 8th, 9th.
|
NTuple3<T1,T6,T9> |
_169()
Create a new 3-tuple from this one where the elements are ordered: 1st, 6th, 9th.
|
NTuple2<T1,T7> |
_17()
Create a new 2-tuple from this one where the elements are ordered: 1st, 7th.
|
NTuple3<T1,T7,T2> |
_172()
Create a new 3-tuple from this one where the elements are ordered: 1st, 7th, 2nd.
|
NTuple3<T1,T7,T3> |
_173()
Create a new 3-tuple from this one where the elements are ordered: 1st, 7th, 3rd.
|
NTuple3<T1,T7,T4> |
_174()
Create a new 3-tuple from this one where the elements are ordered: 1st, 7th, 4th.
|
NTuple3<T1,T7,T5> |
_175()
Create a new 3-tuple from this one where the elements are ordered: 1st, 7th, 5th.
|
NTuple3<T1,T7,T6> |
_176()
Create a new 3-tuple from this one where the elements are ordered: 1st, 7th, 6th.
|
NTuple3<T1,T7,T8> |
_178()
Create a new 3-tuple from this one where the elements are ordered: 1st, 7th, 8th.
|
NTuple4<T1,T7,T8,T9> |
_1789()
Create a new 4-tuple from this one where the elements are ordered: 1st, 7th, 8th, 9th.
|
NTuple3<T1,T7,T9> |
_179()
Create a new 3-tuple from this one where the elements are ordered: 1st, 7th, 9th.
|
NTuple2<T1,T8> |
_18()
Create a new 2-tuple from this one where the elements are ordered: 1st, 8th.
|
NTuple3<T1,T8,T2> |
_182()
Create a new 3-tuple from this one where the elements are ordered: 1st, 8th, 2nd.
|
NTuple3<T1,T8,T3> |
_183()
Create a new 3-tuple from this one where the elements are ordered: 1st, 8th, 3rd.
|
NTuple3<T1,T8,T4> |
_184()
Create a new 3-tuple from this one where the elements are ordered: 1st, 8th, 4th.
|
NTuple3<T1,T8,T5> |
_185()
Create a new 3-tuple from this one where the elements are ordered: 1st, 8th, 5th.
|
NTuple3<T1,T8,T6> |
_186()
Create a new 3-tuple from this one where the elements are ordered: 1st, 8th, 6th.
|
NTuple3<T1,T8,T7> |
_187()
Create a new 3-tuple from this one where the elements are ordered: 1st, 8th, 7th.
|
NTuple3<T1,T8,T9> |
_189()
Create a new 3-tuple from this one where the elements are ordered: 1st, 8th, 9th.
|
NTuple2<T1,T9> |
_19()
Create a new 2-tuple from this one where the elements are ordered: 1st, 9th.
|
NTuple3<T1,T9,T2> |
_192()
Create a new 3-tuple from this one where the elements are ordered: 1st, 9th, 2nd.
|
NTuple3<T1,T9,T3> |
_193()
Create a new 3-tuple from this one where the elements are ordered: 1st, 9th, 3rd.
|
NTuple3<T1,T9,T4> |
_194()
Create a new 3-tuple from this one where the elements are ordered: 1st, 9th, 4th.
|
NTuple3<T1,T9,T5> |
_195()
Create a new 3-tuple from this one where the elements are ordered: 1st, 9th, 5th.
|
NTuple3<T1,T9,T6> |
_196()
Create a new 3-tuple from this one where the elements are ordered: 1st, 9th, 6th.
|
NTuple3<T1,T9,T7> |
_197()
Create a new 3-tuple from this one where the elements are ordered: 1st, 9th, 7th.
|
NTuple3<T1,T9,T8> |
_198()
Create a new 3-tuple from this one where the elements are ordered: 1st, 9th, 8th.
|
T2 |
_2()
Get the second element.
|
NTuple2<T2,T1> |
_21()
Create a new 2-tuple from this one where the elements are ordered: 2nd, 1st.
|
NTuple3<T2,T1,T3> |
_213()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 1st, 3rd.
|
NTuple3<T2,T1,T4> |
_214()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 1st, 4th.
|
NTuple3<T2,T1,T5> |
_215()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 1st, 5th.
|
NTuple3<T2,T1,T6> |
_216()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 1st, 6th.
|
NTuple3<T2,T1,T7> |
_217()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 1st, 7th.
|
NTuple3<T2,T1,T8> |
_218()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 1st, 8th.
|
NTuple3<T2,T1,T9> |
_219()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 1st, 9th.
|
NTuple2<T2,T3> |
_23()
Create a new 2-tuple from this one where the elements are ordered: 2nd, 3rd.
|
NTuple3<T2,T3,T1> |
_231()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 3rd, 1st.
|
NTuple3<T2,T3,T4> |
_234()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 3rd, 4th.
|
NTuple4<T2,T3,T4,T5> |
_2345()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 5th.
|
NTuple5<T2,T3,T4,T5,T6> |
_23456()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 5th, 6th.
|
NTuple6<T2,T3,T4,T5,T6,T7> |
_234567()
Create a new 6-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 5th, 6th, 7th.
|
NTuple7<T2,T3,T4,T5,T6,T7,T8> |
_2345678()
Create a new 7-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 5th, 6th, 7th, 8th.
|
NTuple8<T2,T3,T4,T5,T6,T7,T8,T9> |
_23456789()
Create a new 8-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 5th, 6th, 7th, 8th, 9th.
|
NTuple7<T2,T3,T4,T5,T6,T7,T9> |
_2345679()
Create a new 7-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 5th, 6th, 7th, 9th.
|
NTuple6<T2,T3,T4,T5,T6,T8> |
_234568()
Create a new 6-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 5th, 6th, 8th.
|
NTuple7<T2,T3,T4,T5,T6,T8,T9> |
_2345689()
Create a new 7-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 5th, 6th, 8th, 9th.
|
NTuple6<T2,T3,T4,T5,T6,T9> |
_234569()
Create a new 6-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 5th, 6th, 9th.
|
NTuple5<T2,T3,T4,T5,T7> |
_23457()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 5th, 7th.
|
NTuple6<T2,T3,T4,T5,T7,T8> |
_234578()
Create a new 6-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 5th, 7th, 8th.
|
NTuple7<T2,T3,T4,T5,T7,T8,T9> |
_2345789()
Create a new 7-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 5th, 7th, 8th, 9th.
|
NTuple6<T2,T3,T4,T5,T7,T9> |
_234579()
Create a new 6-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 5th, 7th, 9th.
|
NTuple5<T2,T3,T4,T5,T8> |
_23458()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 5th, 8th.
|
NTuple6<T2,T3,T4,T5,T8,T9> |
_234589()
Create a new 6-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 5th, 8th, 9th.
|
NTuple5<T2,T3,T4,T5,T9> |
_23459()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 5th, 9th.
|
NTuple4<T2,T3,T4,T6> |
_2346()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 6th.
|
NTuple5<T2,T3,T4,T6,T7> |
_23467()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 6th, 7th.
|
NTuple6<T2,T3,T4,T6,T7,T8> |
_234678()
Create a new 6-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 6th, 7th, 8th.
|
NTuple7<T2,T3,T4,T6,T7,T8,T9> |
_2346789()
Create a new 7-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 6th, 7th, 8th, 9th.
|
NTuple6<T2,T3,T4,T6,T7,T9> |
_234679()
Create a new 6-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 6th, 7th, 9th.
|
NTuple5<T2,T3,T4,T6,T8> |
_23468()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 6th, 8th.
|
NTuple6<T2,T3,T4,T6,T8,T9> |
_234689()
Create a new 6-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 6th, 8th, 9th.
|
NTuple5<T2,T3,T4,T6,T9> |
_23469()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 6th, 9th.
|
NTuple4<T2,T3,T4,T7> |
_2347()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 7th.
|
NTuple5<T2,T3,T4,T7,T8> |
_23478()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 7th, 8th.
|
NTuple6<T2,T3,T4,T7,T8,T9> |
_234789()
Create a new 6-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 7th, 8th, 9th.
|
NTuple5<T2,T3,T4,T7,T9> |
_23479()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 7th, 9th.
|
NTuple4<T2,T3,T4,T8> |
_2348()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 8th.
|
NTuple5<T2,T3,T4,T8,T9> |
_23489()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 8th, 9th.
|
NTuple4<T2,T3,T4,T9> |
_2349()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 9th.
|
NTuple3<T2,T3,T5> |
_235()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 3rd, 5th.
|
NTuple4<T2,T3,T5,T6> |
_2356()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 5th, 6th.
|
NTuple5<T2,T3,T5,T6,T7> |
_23567()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 5th, 6th, 7th.
|
NTuple6<T2,T3,T5,T6,T7,T8> |
_235678()
Create a new 6-tuple from this one where the elements are ordered: 2nd, 3rd, 5th, 6th, 7th, 8th.
|
NTuple7<T2,T3,T5,T6,T7,T8,T9> |
_2356789()
Create a new 7-tuple from this one where the elements are ordered: 2nd, 3rd, 5th, 6th, 7th, 8th, 9th.
|
NTuple6<T2,T3,T5,T6,T7,T9> |
_235679()
Create a new 6-tuple from this one where the elements are ordered: 2nd, 3rd, 5th, 6th, 7th, 9th.
|
NTuple5<T2,T3,T5,T6,T8> |
_23568()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 5th, 6th, 8th.
|
NTuple6<T2,T3,T5,T6,T8,T9> |
_235689()
Create a new 6-tuple from this one where the elements are ordered: 2nd, 3rd, 5th, 6th, 8th, 9th.
|
NTuple5<T2,T3,T5,T6,T9> |
_23569()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 5th, 6th, 9th.
|
NTuple4<T2,T3,T5,T7> |
_2357()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 5th, 7th.
|
NTuple5<T2,T3,T5,T7,T8> |
_23578()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 5th, 7th, 8th.
|
NTuple6<T2,T3,T5,T7,T8,T9> |
_235789()
Create a new 6-tuple from this one where the elements are ordered: 2nd, 3rd, 5th, 7th, 8th, 9th.
|
NTuple5<T2,T3,T5,T7,T9> |
_23579()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 5th, 7th, 9th.
|
NTuple4<T2,T3,T5,T8> |
_2358()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 5th, 8th.
|
NTuple5<T2,T3,T5,T8,T9> |
_23589()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 5th, 8th, 9th.
|
NTuple4<T2,T3,T5,T9> |
_2359()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 5th, 9th.
|
NTuple3<T2,T3,T6> |
_236()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 3rd, 6th.
|
NTuple4<T2,T3,T6,T7> |
_2367()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 6th, 7th.
|
NTuple5<T2,T3,T6,T7,T8> |
_23678()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 6th, 7th, 8th.
|
NTuple6<T2,T3,T6,T7,T8,T9> |
_236789()
Create a new 6-tuple from this one where the elements are ordered: 2nd, 3rd, 6th, 7th, 8th, 9th.
|
NTuple5<T2,T3,T6,T7,T9> |
_23679()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 6th, 7th, 9th.
|
NTuple4<T2,T3,T6,T8> |
_2368()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 6th, 8th.
|
NTuple5<T2,T3,T6,T8,T9> |
_23689()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 6th, 8th, 9th.
|
NTuple4<T2,T3,T6,T9> |
_2369()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 6th, 9th.
|
NTuple3<T2,T3,T7> |
_237()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 3rd, 7th.
|
NTuple4<T2,T3,T7,T8> |
_2378()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 7th, 8th.
|
NTuple5<T2,T3,T7,T8,T9> |
_23789()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 7th, 8th, 9th.
|
NTuple4<T2,T3,T7,T9> |
_2379()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 7th, 9th.
|
NTuple3<T2,T3,T8> |
_238()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 3rd, 8th.
|
NTuple4<T2,T3,T8,T9> |
_2389()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 8th, 9th.
|
NTuple3<T2,T3,T9> |
_239()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 3rd, 9th.
|
NTuple2<T2,T4> |
_24()
Create a new 2-tuple from this one where the elements are ordered: 2nd, 4th.
|
NTuple3<T2,T4,T1> |
_241()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 4th, 1st.
|
NTuple3<T2,T4,T3> |
_243()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 4th, 3rd.
|
NTuple3<T2,T4,T5> |
_245()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 4th, 5th.
|
NTuple4<T2,T4,T5,T6> |
_2456()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 4th, 5th, 6th.
|
NTuple5<T2,T4,T5,T6,T7> |
_24567()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 4th, 5th, 6th, 7th.
|
NTuple6<T2,T4,T5,T6,T7,T8> |
_245678()
Create a new 6-tuple from this one where the elements are ordered: 2nd, 4th, 5th, 6th, 7th, 8th.
|
NTuple7<T2,T4,T5,T6,T7,T8,T9> |
_2456789()
Create a new 7-tuple from this one where the elements are ordered: 2nd, 4th, 5th, 6th, 7th, 8th, 9th.
|
NTuple6<T2,T4,T5,T6,T7,T9> |
_245679()
Create a new 6-tuple from this one where the elements are ordered: 2nd, 4th, 5th, 6th, 7th, 9th.
|
NTuple5<T2,T4,T5,T6,T8> |
_24568()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 4th, 5th, 6th, 8th.
|
NTuple6<T2,T4,T5,T6,T8,T9> |
_245689()
Create a new 6-tuple from this one where the elements are ordered: 2nd, 4th, 5th, 6th, 8th, 9th.
|
NTuple5<T2,T4,T5,T6,T9> |
_24569()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 4th, 5th, 6th, 9th.
|
NTuple4<T2,T4,T5,T7> |
_2457()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 4th, 5th, 7th.
|
NTuple5<T2,T4,T5,T7,T8> |
_24578()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 4th, 5th, 7th, 8th.
|
NTuple6<T2,T4,T5,T7,T8,T9> |
_245789()
Create a new 6-tuple from this one where the elements are ordered: 2nd, 4th, 5th, 7th, 8th, 9th.
|
NTuple5<T2,T4,T5,T7,T9> |
_24579()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 4th, 5th, 7th, 9th.
|
NTuple4<T2,T4,T5,T8> |
_2458()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 4th, 5th, 8th.
|
NTuple5<T2,T4,T5,T8,T9> |
_24589()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 4th, 5th, 8th, 9th.
|
NTuple4<T2,T4,T5,T9> |
_2459()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 4th, 5th, 9th.
|
NTuple3<T2,T4,T6> |
_246()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 4th, 6th.
|
NTuple4<T2,T4,T6,T7> |
_2467()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 4th, 6th, 7th.
|
NTuple5<T2,T4,T6,T7,T8> |
_24678()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 4th, 6th, 7th, 8th.
|
NTuple6<T2,T4,T6,T7,T8,T9> |
_246789()
Create a new 6-tuple from this one where the elements are ordered: 2nd, 4th, 6th, 7th, 8th, 9th.
|
NTuple5<T2,T4,T6,T7,T9> |
_24679()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 4th, 6th, 7th, 9th.
|
NTuple4<T2,T4,T6,T8> |
_2468()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 4th, 6th, 8th.
|
NTuple5<T2,T4,T6,T8,T9> |
_24689()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 4th, 6th, 8th, 9th.
|
NTuple4<T2,T4,T6,T9> |
_2469()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 4th, 6th, 9th.
|
NTuple3<T2,T4,T7> |
_247()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 4th, 7th.
|
NTuple4<T2,T4,T7,T8> |
_2478()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 4th, 7th, 8th.
|
NTuple5<T2,T4,T7,T8,T9> |
_24789()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 4th, 7th, 8th, 9th.
|
NTuple4<T2,T4,T7,T9> |
_2479()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 4th, 7th, 9th.
|
NTuple3<T2,T4,T8> |
_248()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 4th, 8th.
|
NTuple4<T2,T4,T8,T9> |
_2489()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 4th, 8th, 9th.
|
NTuple3<T2,T4,T9> |
_249()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 4th, 9th.
|
NTuple2<T2,T5> |
_25()
Create a new 2-tuple from this one where the elements are ordered: 2nd, 5th.
|
NTuple3<T2,T5,T1> |
_251()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 5th, 1st.
|
NTuple3<T2,T5,T3> |
_253()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 5th, 3rd.
|
NTuple3<T2,T5,T4> |
_254()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 5th, 4th.
|
NTuple3<T2,T5,T6> |
_256()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 5th, 6th.
|
NTuple4<T2,T5,T6,T7> |
_2567()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 5th, 6th, 7th.
|
NTuple5<T2,T5,T6,T7,T8> |
_25678()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 5th, 6th, 7th, 8th.
|
NTuple6<T2,T5,T6,T7,T8,T9> |
_256789()
Create a new 6-tuple from this one where the elements are ordered: 2nd, 5th, 6th, 7th, 8th, 9th.
|
NTuple5<T2,T5,T6,T7,T9> |
_25679()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 5th, 6th, 7th, 9th.
|
NTuple4<T2,T5,T6,T8> |
_2568()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 5th, 6th, 8th.
|
NTuple5<T2,T5,T6,T8,T9> |
_25689()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 5th, 6th, 8th, 9th.
|
NTuple4<T2,T5,T6,T9> |
_2569()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 5th, 6th, 9th.
|
NTuple3<T2,T5,T7> |
_257()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 5th, 7th.
|
NTuple4<T2,T5,T7,T8> |
_2578()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 5th, 7th, 8th.
|
NTuple5<T2,T5,T7,T8,T9> |
_25789()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 5th, 7th, 8th, 9th.
|
NTuple4<T2,T5,T7,T9> |
_2579()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 5th, 7th, 9th.
|
NTuple3<T2,T5,T8> |
_258()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 5th, 8th.
|
NTuple4<T2,T5,T8,T9> |
_2589()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 5th, 8th, 9th.
|
NTuple3<T2,T5,T9> |
_259()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 5th, 9th.
|
NTuple2<T2,T6> |
_26()
Create a new 2-tuple from this one where the elements are ordered: 2nd, 6th.
|
NTuple3<T2,T6,T1> |
_261()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 6th, 1st.
|
NTuple3<T2,T6,T3> |
_263()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 6th, 3rd.
|
NTuple3<T2,T6,T4> |
_264()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 6th, 4th.
|
NTuple3<T2,T6,T5> |
_265()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 6th, 5th.
|
NTuple3<T2,T6,T7> |
_267()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 6th, 7th.
|
NTuple4<T2,T6,T7,T8> |
_2678()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 6th, 7th, 8th.
|
NTuple5<T2,T6,T7,T8,T9> |
_26789()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 6th, 7th, 8th, 9th.
|
NTuple4<T2,T6,T7,T9> |
_2679()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 6th, 7th, 9th.
|
NTuple3<T2,T6,T8> |
_268()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 6th, 8th.
|
NTuple4<T2,T6,T8,T9> |
_2689()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 6th, 8th, 9th.
|
NTuple3<T2,T6,T9> |
_269()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 6th, 9th.
|
NTuple2<T2,T7> |
_27()
Create a new 2-tuple from this one where the elements are ordered: 2nd, 7th.
|
NTuple3<T2,T7,T1> |
_271()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 7th, 1st.
|
NTuple3<T2,T7,T3> |
_273()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 7th, 3rd.
|
NTuple3<T2,T7,T4> |
_274()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 7th, 4th.
|
NTuple3<T2,T7,T5> |
_275()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 7th, 5th.
|
NTuple3<T2,T7,T6> |
_276()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 7th, 6th.
|
NTuple3<T2,T7,T8> |
_278()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 7th, 8th.
|
NTuple4<T2,T7,T8,T9> |
_2789()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 7th, 8th, 9th.
|
NTuple3<T2,T7,T9> |
_279()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 7th, 9th.
|
NTuple2<T2,T8> |
_28()
Create a new 2-tuple from this one where the elements are ordered: 2nd, 8th.
|
NTuple3<T2,T8,T1> |
_281()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 8th, 1st.
|
NTuple3<T2,T8,T3> |
_283()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 8th, 3rd.
|
NTuple3<T2,T8,T4> |
_284()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 8th, 4th.
|
NTuple3<T2,T8,T5> |
_285()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 8th, 5th.
|
NTuple3<T2,T8,T6> |
_286()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 8th, 6th.
|
NTuple3<T2,T8,T7> |
_287()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 8th, 7th.
|
NTuple3<T2,T8,T9> |
_289()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 8th, 9th.
|
NTuple2<T2,T9> |
_29()
Create a new 2-tuple from this one where the elements are ordered: 2nd, 9th.
|
NTuple3<T2,T9,T1> |
_291()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 9th, 1st.
|
NTuple3<T2,T9,T3> |
_293()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 9th, 3rd.
|
NTuple3<T2,T9,T4> |
_294()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 9th, 4th.
|
NTuple3<T2,T9,T5> |
_295()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 9th, 5th.
|
NTuple3<T2,T9,T6> |
_296()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 9th, 6th.
|
NTuple3<T2,T9,T7> |
_297()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 9th, 7th.
|
NTuple3<T2,T9,T8> |
_298()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 9th, 8th.
|
T3 |
_3()
Get the third element.
|
NTuple2<T3,T1> |
_31()
Create a new 2-tuple from this one where the elements are ordered: 3rd, 1st.
|
NTuple3<T3,T1,T2> |
_312()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 1st, 2nd.
|
NTuple3<T3,T1,T4> |
_314()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 1st, 4th.
|
NTuple3<T3,T1,T5> |
_315()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 1st, 5th.
|
NTuple3<T3,T1,T6> |
_316()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 1st, 6th.
|
NTuple3<T3,T1,T7> |
_317()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 1st, 7th.
|
NTuple3<T3,T1,T8> |
_318()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 1st, 8th.
|
NTuple3<T3,T1,T9> |
_319()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 1st, 9th.
|
NTuple2<T3,T2> |
_32()
Create a new 2-tuple from this one where the elements are ordered: 3rd, 2nd.
|
NTuple3<T3,T2,T1> |
_321()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 2nd, 1st.
|
NTuple3<T3,T2,T4> |
_324()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 2nd, 4th.
|
NTuple3<T3,T2,T5> |
_325()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 2nd, 5th.
|
NTuple3<T3,T2,T6> |
_326()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 2nd, 6th.
|
NTuple3<T3,T2,T7> |
_327()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 2nd, 7th.
|
NTuple3<T3,T2,T8> |
_328()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 2nd, 8th.
|
NTuple3<T3,T2,T9> |
_329()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 2nd, 9th.
|
NTuple2<T3,T4> |
_34()
Create a new 2-tuple from this one where the elements are ordered: 3rd, 4th.
|
NTuple3<T3,T4,T1> |
_341()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 4th, 1st.
|
NTuple3<T3,T4,T2> |
_342()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 4th, 2nd.
|
NTuple3<T3,T4,T5> |
_345()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 4th, 5th.
|
NTuple4<T3,T4,T5,T6> |
_3456()
Create a new 4-tuple from this one where the elements are ordered: 3rd, 4th, 5th, 6th.
|
NTuple5<T3,T4,T5,T6,T7> |
_34567()
Create a new 5-tuple from this one where the elements are ordered: 3rd, 4th, 5th, 6th, 7th.
|
NTuple6<T3,T4,T5,T6,T7,T8> |
_345678()
Create a new 6-tuple from this one where the elements are ordered: 3rd, 4th, 5th, 6th, 7th, 8th.
|
NTuple7<T3,T4,T5,T6,T7,T8,T9> |
_3456789()
Create a new 7-tuple from this one where the elements are ordered: 3rd, 4th, 5th, 6th, 7th, 8th, 9th.
|
NTuple6<T3,T4,T5,T6,T7,T9> |
_345679()
Create a new 6-tuple from this one where the elements are ordered: 3rd, 4th, 5th, 6th, 7th, 9th.
|
NTuple5<T3,T4,T5,T6,T8> |
_34568()
Create a new 5-tuple from this one where the elements are ordered: 3rd, 4th, 5th, 6th, 8th.
|
NTuple6<T3,T4,T5,T6,T8,T9> |
_345689()
Create a new 6-tuple from this one where the elements are ordered: 3rd, 4th, 5th, 6th, 8th, 9th.
|
NTuple5<T3,T4,T5,T6,T9> |
_34569()
Create a new 5-tuple from this one where the elements are ordered: 3rd, 4th, 5th, 6th, 9th.
|
NTuple4<T3,T4,T5,T7> |
_3457()
Create a new 4-tuple from this one where the elements are ordered: 3rd, 4th, 5th, 7th.
|
NTuple5<T3,T4,T5,T7,T8> |
_34578()
Create a new 5-tuple from this one where the elements are ordered: 3rd, 4th, 5th, 7th, 8th.
|
NTuple6<T3,T4,T5,T7,T8,T9> |
_345789()
Create a new 6-tuple from this one where the elements are ordered: 3rd, 4th, 5th, 7th, 8th, 9th.
|
NTuple5<T3,T4,T5,T7,T9> |
_34579()
Create a new 5-tuple from this one where the elements are ordered: 3rd, 4th, 5th, 7th, 9th.
|
NTuple4<T3,T4,T5,T8> |
_3458()
Create a new 4-tuple from this one where the elements are ordered: 3rd, 4th, 5th, 8th.
|
NTuple5<T3,T4,T5,T8,T9> |
_34589()
Create a new 5-tuple from this one where the elements are ordered: 3rd, 4th, 5th, 8th, 9th.
|
NTuple4<T3,T4,T5,T9> |
_3459()
Create a new 4-tuple from this one where the elements are ordered: 3rd, 4th, 5th, 9th.
|
NTuple3<T3,T4,T6> |
_346()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 4th, 6th.
|
NTuple4<T3,T4,T6,T7> |
_3467()
Create a new 4-tuple from this one where the elements are ordered: 3rd, 4th, 6th, 7th.
|
NTuple5<T3,T4,T6,T7,T8> |
_34678()
Create a new 5-tuple from this one where the elements are ordered: 3rd, 4th, 6th, 7th, 8th.
|
NTuple6<T3,T4,T6,T7,T8,T9> |
_346789()
Create a new 6-tuple from this one where the elements are ordered: 3rd, 4th, 6th, 7th, 8th, 9th.
|
NTuple5<T3,T4,T6,T7,T9> |
_34679()
Create a new 5-tuple from this one where the elements are ordered: 3rd, 4th, 6th, 7th, 9th.
|
NTuple4<T3,T4,T6,T8> |
_3468()
Create a new 4-tuple from this one where the elements are ordered: 3rd, 4th, 6th, 8th.
|
NTuple5<T3,T4,T6,T8,T9> |
_34689()
Create a new 5-tuple from this one where the elements are ordered: 3rd, 4th, 6th, 8th, 9th.
|
NTuple4<T3,T4,T6,T9> |
_3469()
Create a new 4-tuple from this one where the elements are ordered: 3rd, 4th, 6th, 9th.
|
NTuple3<T3,T4,T7> |
_347()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 4th, 7th.
|
NTuple4<T3,T4,T7,T8> |
_3478()
Create a new 4-tuple from this one where the elements are ordered: 3rd, 4th, 7th, 8th.
|
NTuple5<T3,T4,T7,T8,T9> |
_34789()
Create a new 5-tuple from this one where the elements are ordered: 3rd, 4th, 7th, 8th, 9th.
|
NTuple4<T3,T4,T7,T9> |
_3479()
Create a new 4-tuple from this one where the elements are ordered: 3rd, 4th, 7th, 9th.
|
NTuple3<T3,T4,T8> |
_348()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 4th, 8th.
|
NTuple4<T3,T4,T8,T9> |
_3489()
Create a new 4-tuple from this one where the elements are ordered: 3rd, 4th, 8th, 9th.
|
NTuple3<T3,T4,T9> |
_349()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 4th, 9th.
|
NTuple2<T3,T5> |
_35()
Create a new 2-tuple from this one where the elements are ordered: 3rd, 5th.
|
NTuple3<T3,T5,T1> |
_351()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 5th, 1st.
|
NTuple3<T3,T5,T2> |
_352()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 5th, 2nd.
|
NTuple3<T3,T5,T4> |
_354()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 5th, 4th.
|
NTuple3<T3,T5,T6> |
_356()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 5th, 6th.
|
NTuple4<T3,T5,T6,T7> |
_3567()
Create a new 4-tuple from this one where the elements are ordered: 3rd, 5th, 6th, 7th.
|
NTuple5<T3,T5,T6,T7,T8> |
_35678()
Create a new 5-tuple from this one where the elements are ordered: 3rd, 5th, 6th, 7th, 8th.
|
NTuple6<T3,T5,T6,T7,T8,T9> |
_356789()
Create a new 6-tuple from this one where the elements are ordered: 3rd, 5th, 6th, 7th, 8th, 9th.
|
NTuple5<T3,T5,T6,T7,T9> |
_35679()
Create a new 5-tuple from this one where the elements are ordered: 3rd, 5th, 6th, 7th, 9th.
|
NTuple4<T3,T5,T6,T8> |
_3568()
Create a new 4-tuple from this one where the elements are ordered: 3rd, 5th, 6th, 8th.
|
NTuple5<T3,T5,T6,T8,T9> |
_35689()
Create a new 5-tuple from this one where the elements are ordered: 3rd, 5th, 6th, 8th, 9th.
|
NTuple4<T3,T5,T6,T9> |
_3569()
Create a new 4-tuple from this one where the elements are ordered: 3rd, 5th, 6th, 9th.
|
NTuple3<T3,T5,T7> |
_357()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 5th, 7th.
|
NTuple4<T3,T5,T7,T8> |
_3578()
Create a new 4-tuple from this one where the elements are ordered: 3rd, 5th, 7th, 8th.
|
NTuple5<T3,T5,T7,T8,T9> |
_35789()
Create a new 5-tuple from this one where the elements are ordered: 3rd, 5th, 7th, 8th, 9th.
|
NTuple4<T3,T5,T7,T9> |
_3579()
Create a new 4-tuple from this one where the elements are ordered: 3rd, 5th, 7th, 9th.
|
NTuple3<T3,T5,T8> |
_358()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 5th, 8th.
|
NTuple4<T3,T5,T8,T9> |
_3589()
Create a new 4-tuple from this one where the elements are ordered: 3rd, 5th, 8th, 9th.
|
NTuple3<T3,T5,T9> |
_359()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 5th, 9th.
|
NTuple2<T3,T6> |
_36()
Create a new 2-tuple from this one where the elements are ordered: 3rd, 6th.
|
NTuple3<T3,T6,T1> |
_361()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 6th, 1st.
|
NTuple3<T3,T6,T2> |
_362()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 6th, 2nd.
|
NTuple3<T3,T6,T4> |
_364()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 6th, 4th.
|
NTuple3<T3,T6,T5> |
_365()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 6th, 5th.
|
NTuple3<T3,T6,T7> |
_367()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 6th, 7th.
|
NTuple4<T3,T6,T7,T8> |
_3678()
Create a new 4-tuple from this one where the elements are ordered: 3rd, 6th, 7th, 8th.
|
NTuple5<T3,T6,T7,T8,T9> |
_36789()
Create a new 5-tuple from this one where the elements are ordered: 3rd, 6th, 7th, 8th, 9th.
|
NTuple4<T3,T6,T7,T9> |
_3679()
Create a new 4-tuple from this one where the elements are ordered: 3rd, 6th, 7th, 9th.
|
NTuple3<T3,T6,T8> |
_368()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 6th, 8th.
|
NTuple4<T3,T6,T8,T9> |
_3689()
Create a new 4-tuple from this one where the elements are ordered: 3rd, 6th, 8th, 9th.
|
NTuple3<T3,T6,T9> |
_369()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 6th, 9th.
|
NTuple2<T3,T7> |
_37()
Create a new 2-tuple from this one where the elements are ordered: 3rd, 7th.
|
NTuple3<T3,T7,T1> |
_371()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 7th, 1st.
|
NTuple3<T3,T7,T2> |
_372()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 7th, 2nd.
|
NTuple3<T3,T7,T4> |
_374()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 7th, 4th.
|
NTuple3<T3,T7,T5> |
_375()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 7th, 5th.
|
NTuple3<T3,T7,T6> |
_376()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 7th, 6th.
|
NTuple3<T3,T7,T8> |
_378()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 7th, 8th.
|
NTuple4<T3,T7,T8,T9> |
_3789()
Create a new 4-tuple from this one where the elements are ordered: 3rd, 7th, 8th, 9th.
|
NTuple3<T3,T7,T9> |
_379()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 7th, 9th.
|
NTuple2<T3,T8> |
_38()
Create a new 2-tuple from this one where the elements are ordered: 3rd, 8th.
|
NTuple3<T3,T8,T1> |
_381()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 8th, 1st.
|
NTuple3<T3,T8,T2> |
_382()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 8th, 2nd.
|
NTuple3<T3,T8,T4> |
_384()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 8th, 4th.
|
NTuple3<T3,T8,T5> |
_385()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 8th, 5th.
|
NTuple3<T3,T8,T6> |
_386()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 8th, 6th.
|
NTuple3<T3,T8,T7> |
_387()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 8th, 7th.
|
NTuple3<T3,T8,T9> |
_389()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 8th, 9th.
|
NTuple2<T3,T9> |
_39()
Create a new 2-tuple from this one where the elements are ordered: 3rd, 9th.
|
NTuple3<T3,T9,T1> |
_391()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 9th, 1st.
|
NTuple3<T3,T9,T2> |
_392()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 9th, 2nd.
|
NTuple3<T3,T9,T4> |
_394()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 9th, 4th.
|
NTuple3<T3,T9,T5> |
_395()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 9th, 5th.
|
NTuple3<T3,T9,T6> |
_396()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 9th, 6th.
|
NTuple3<T3,T9,T7> |
_397()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 9th, 7th.
|
NTuple3<T3,T9,T8> |
_398()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 9th, 8th.
|
T4 |
_4()
Get the fourth element.
|
NTuple2<T4,T1> |
_41()
Create a new 2-tuple from this one where the elements are ordered: 4th, 1st.
|
NTuple3<T4,T1,T2> |
_412()
Create a new 3-tuple from this one where the elements are ordered: 4th, 1st, 2nd.
|
NTuple3<T4,T1,T3> |
_413()
Create a new 3-tuple from this one where the elements are ordered: 4th, 1st, 3rd.
|
NTuple3<T4,T1,T5> |
_415()
Create a new 3-tuple from this one where the elements are ordered: 4th, 1st, 5th.
|
NTuple3<T4,T1,T6> |
_416()
Create a new 3-tuple from this one where the elements are ordered: 4th, 1st, 6th.
|
NTuple3<T4,T1,T7> |
_417()
Create a new 3-tuple from this one where the elements are ordered: 4th, 1st, 7th.
|
NTuple3<T4,T1,T8> |
_418()
Create a new 3-tuple from this one where the elements are ordered: 4th, 1st, 8th.
|
NTuple3<T4,T1,T9> |
_419()
Create a new 3-tuple from this one where the elements are ordered: 4th, 1st, 9th.
|
NTuple2<T4,T2> |
_42()
Create a new 2-tuple from this one where the elements are ordered: 4th, 2nd.
|
NTuple3<T4,T2,T1> |
_421()
Create a new 3-tuple from this one where the elements are ordered: 4th, 2nd, 1st.
|
NTuple3<T4,T2,T3> |
_423()
Create a new 3-tuple from this one where the elements are ordered: 4th, 2nd, 3rd.
|
NTuple3<T4,T2,T5> |
_425()
Create a new 3-tuple from this one where the elements are ordered: 4th, 2nd, 5th.
|
NTuple3<T4,T2,T6> |
_426()
Create a new 3-tuple from this one where the elements are ordered: 4th, 2nd, 6th.
|
NTuple3<T4,T2,T7> |
_427()
Create a new 3-tuple from this one where the elements are ordered: 4th, 2nd, 7th.
|
NTuple3<T4,T2,T8> |
_428()
Create a new 3-tuple from this one where the elements are ordered: 4th, 2nd, 8th.
|
NTuple3<T4,T2,T9> |
_429()
Create a new 3-tuple from this one where the elements are ordered: 4th, 2nd, 9th.
|
NTuple2<T4,T3> |
_43()
Create a new 2-tuple from this one where the elements are ordered: 4th, 3rd.
|
NTuple3<T4,T3,T1> |
_431()
Create a new 3-tuple from this one where the elements are ordered: 4th, 3rd, 1st.
|
NTuple3<T4,T3,T2> |
_432()
Create a new 3-tuple from this one where the elements are ordered: 4th, 3rd, 2nd.
|
NTuple3<T4,T3,T5> |
_435()
Create a new 3-tuple from this one where the elements are ordered: 4th, 3rd, 5th.
|
NTuple3<T4,T3,T6> |
_436()
Create a new 3-tuple from this one where the elements are ordered: 4th, 3rd, 6th.
|
NTuple3<T4,T3,T7> |
_437()
Create a new 3-tuple from this one where the elements are ordered: 4th, 3rd, 7th.
|
NTuple3<T4,T3,T8> |
_438()
Create a new 3-tuple from this one where the elements are ordered: 4th, 3rd, 8th.
|
NTuple3<T4,T3,T9> |
_439()
Create a new 3-tuple from this one where the elements are ordered: 4th, 3rd, 9th.
|
NTuple2<T4,T5> |
_45()
Create a new 2-tuple from this one where the elements are ordered: 4th, 5th.
|
NTuple3<T4,T5,T1> |
_451()
Create a new 3-tuple from this one where the elements are ordered: 4th, 5th, 1st.
|
NTuple3<T4,T5,T2> |
_452()
Create a new 3-tuple from this one where the elements are ordered: 4th, 5th, 2nd.
|
NTuple3<T4,T5,T3> |
_453()
Create a new 3-tuple from this one where the elements are ordered: 4th, 5th, 3rd.
|
NTuple3<T4,T5,T6> |
_456()
Create a new 3-tuple from this one where the elements are ordered: 4th, 5th, 6th.
|
NTuple4<T4,T5,T6,T7> |
_4567()
Create a new 4-tuple from this one where the elements are ordered: 4th, 5th, 6th, 7th.
|
NTuple5<T4,T5,T6,T7,T8> |
_45678()
Create a new 5-tuple from this one where the elements are ordered: 4th, 5th, 6th, 7th, 8th.
|
NTuple6<T4,T5,T6,T7,T8,T9> |
_456789()
Create a new 6-tuple from this one where the elements are ordered: 4th, 5th, 6th, 7th, 8th, 9th.
|
NTuple5<T4,T5,T6,T7,T9> |
_45679()
Create a new 5-tuple from this one where the elements are ordered: 4th, 5th, 6th, 7th, 9th.
|
NTuple4<T4,T5,T6,T8> |
_4568()
Create a new 4-tuple from this one where the elements are ordered: 4th, 5th, 6th, 8th.
|
NTuple5<T4,T5,T6,T8,T9> |
_45689()
Create a new 5-tuple from this one where the elements are ordered: 4th, 5th, 6th, 8th, 9th.
|
NTuple4<T4,T5,T6,T9> |
_4569()
Create a new 4-tuple from this one where the elements are ordered: 4th, 5th, 6th, 9th.
|
NTuple3<T4,T5,T7> |
_457()
Create a new 3-tuple from this one where the elements are ordered: 4th, 5th, 7th.
|
NTuple4<T4,T5,T7,T8> |
_4578()
Create a new 4-tuple from this one where the elements are ordered: 4th, 5th, 7th, 8th.
|
NTuple5<T4,T5,T7,T8,T9> |
_45789()
Create a new 5-tuple from this one where the elements are ordered: 4th, 5th, 7th, 8th, 9th.
|
NTuple4<T4,T5,T7,T9> |
_4579()
Create a new 4-tuple from this one where the elements are ordered: 4th, 5th, 7th, 9th.
|
NTuple3<T4,T5,T8> |
_458()
Create a new 3-tuple from this one where the elements are ordered: 4th, 5th, 8th.
|
NTuple4<T4,T5,T8,T9> |
_4589()
Create a new 4-tuple from this one where the elements are ordered: 4th, 5th, 8th, 9th.
|
NTuple3<T4,T5,T9> |
_459()
Create a new 3-tuple from this one where the elements are ordered: 4th, 5th, 9th.
|
NTuple2<T4,T6> |
_46()
Create a new 2-tuple from this one where the elements are ordered: 4th, 6th.
|
NTuple3<T4,T6,T1> |
_461()
Create a new 3-tuple from this one where the elements are ordered: 4th, 6th, 1st.
|
NTuple3<T4,T6,T2> |
_462()
Create a new 3-tuple from this one where the elements are ordered: 4th, 6th, 2nd.
|
NTuple3<T4,T6,T3> |
_463()
Create a new 3-tuple from this one where the elements are ordered: 4th, 6th, 3rd.
|
NTuple3<T4,T6,T5> |
_465()
Create a new 3-tuple from this one where the elements are ordered: 4th, 6th, 5th.
|
NTuple3<T4,T6,T7> |
_467()
Create a new 3-tuple from this one where the elements are ordered: 4th, 6th, 7th.
|
NTuple4<T4,T6,T7,T8> |
_4678()
Create a new 4-tuple from this one where the elements are ordered: 4th, 6th, 7th, 8th.
|
NTuple5<T4,T6,T7,T8,T9> |
_46789()
Create a new 5-tuple from this one where the elements are ordered: 4th, 6th, 7th, 8th, 9th.
|
NTuple4<T4,T6,T7,T9> |
_4679()
Create a new 4-tuple from this one where the elements are ordered: 4th, 6th, 7th, 9th.
|
NTuple3<T4,T6,T8> |
_468()
Create a new 3-tuple from this one where the elements are ordered: 4th, 6th, 8th.
|
NTuple4<T4,T6,T8,T9> |
_4689()
Create a new 4-tuple from this one where the elements are ordered: 4th, 6th, 8th, 9th.
|
NTuple3<T4,T6,T9> |
_469()
Create a new 3-tuple from this one where the elements are ordered: 4th, 6th, 9th.
|
NTuple2<T4,T7> |
_47()
Create a new 2-tuple from this one where the elements are ordered: 4th, 7th.
|
NTuple3<T4,T7,T1> |
_471()
Create a new 3-tuple from this one where the elements are ordered: 4th, 7th, 1st.
|
NTuple3<T4,T7,T2> |
_472()
Create a new 3-tuple from this one where the elements are ordered: 4th, 7th, 2nd.
|
NTuple3<T4,T7,T3> |
_473()
Create a new 3-tuple from this one where the elements are ordered: 4th, 7th, 3rd.
|
NTuple3<T4,T7,T5> |
_475()
Create a new 3-tuple from this one where the elements are ordered: 4th, 7th, 5th.
|
NTuple3<T4,T7,T6> |
_476()
Create a new 3-tuple from this one where the elements are ordered: 4th, 7th, 6th.
|
NTuple3<T4,T7,T8> |
_478()
Create a new 3-tuple from this one where the elements are ordered: 4th, 7th, 8th.
|
NTuple4<T4,T7,T8,T9> |
_4789()
Create a new 4-tuple from this one where the elements are ordered: 4th, 7th, 8th, 9th.
|
NTuple3<T4,T7,T9> |
_479()
Create a new 3-tuple from this one where the elements are ordered: 4th, 7th, 9th.
|
NTuple2<T4,T8> |
_48()
Create a new 2-tuple from this one where the elements are ordered: 4th, 8th.
|
NTuple3<T4,T8,T1> |
_481()
Create a new 3-tuple from this one where the elements are ordered: 4th, 8th, 1st.
|
NTuple3<T4,T8,T2> |
_482()
Create a new 3-tuple from this one where the elements are ordered: 4th, 8th, 2nd.
|
NTuple3<T4,T8,T3> |
_483()
Create a new 3-tuple from this one where the elements are ordered: 4th, 8th, 3rd.
|
NTuple3<T4,T8,T5> |
_485()
Create a new 3-tuple from this one where the elements are ordered: 4th, 8th, 5th.
|
NTuple3<T4,T8,T6> |
_486()
Create a new 3-tuple from this one where the elements are ordered: 4th, 8th, 6th.
|
NTuple3<T4,T8,T7> |
_487()
Create a new 3-tuple from this one where the elements are ordered: 4th, 8th, 7th.
|
NTuple3<T4,T8,T9> |
_489()
Create a new 3-tuple from this one where the elements are ordered: 4th, 8th, 9th.
|
NTuple2<T4,T9> |
_49()
Create a new 2-tuple from this one where the elements are ordered: 4th, 9th.
|
NTuple3<T4,T9,T1> |
_491()
Create a new 3-tuple from this one where the elements are ordered: 4th, 9th, 1st.
|
NTuple3<T4,T9,T2> |
_492()
Create a new 3-tuple from this one where the elements are ordered: 4th, 9th, 2nd.
|
NTuple3<T4,T9,T3> |
_493()
Create a new 3-tuple from this one where the elements are ordered: 4th, 9th, 3rd.
|
NTuple3<T4,T9,T5> |
_495()
Create a new 3-tuple from this one where the elements are ordered: 4th, 9th, 5th.
|
NTuple3<T4,T9,T6> |
_496()
Create a new 3-tuple from this one where the elements are ordered: 4th, 9th, 6th.
|
NTuple3<T4,T9,T7> |
_497()
Create a new 3-tuple from this one where the elements are ordered: 4th, 9th, 7th.
|
NTuple3<T4,T9,T8> |
_498()
Create a new 3-tuple from this one where the elements are ordered: 4th, 9th, 8th.
|
T5 |
_5()
Get the fifth element.
|
NTuple2<T5,T1> |
_51()
Create a new 2-tuple from this one where the elements are ordered: 5th, 1st.
|
NTuple3<T5,T1,T2> |
_512()
Create a new 3-tuple from this one where the elements are ordered: 5th, 1st, 2nd.
|
NTuple3<T5,T1,T3> |
_513()
Create a new 3-tuple from this one where the elements are ordered: 5th, 1st, 3rd.
|
NTuple3<T5,T1,T4> |
_514()
Create a new 3-tuple from this one where the elements are ordered: 5th, 1st, 4th.
|
NTuple3<T5,T1,T6> |
_516()
Create a new 3-tuple from this one where the elements are ordered: 5th, 1st, 6th.
|
NTuple3<T5,T1,T7> |
_517()
Create a new 3-tuple from this one where the elements are ordered: 5th, 1st, 7th.
|
NTuple3<T5,T1,T8> |
_518()
Create a new 3-tuple from this one where the elements are ordered: 5th, 1st, 8th.
|
NTuple3<T5,T1,T9> |
_519()
Create a new 3-tuple from this one where the elements are ordered: 5th, 1st, 9th.
|
NTuple2<T5,T2> |
_52()
Create a new 2-tuple from this one where the elements are ordered: 5th, 2nd.
|
NTuple3<T5,T2,T1> |
_521()
Create a new 3-tuple from this one where the elements are ordered: 5th, 2nd, 1st.
|
NTuple3<T5,T2,T3> |
_523()
Create a new 3-tuple from this one where the elements are ordered: 5th, 2nd, 3rd.
|
NTuple3<T5,T2,T4> |
_524()
Create a new 3-tuple from this one where the elements are ordered: 5th, 2nd, 4th.
|
NTuple3<T5,T2,T6> |
_526()
Create a new 3-tuple from this one where the elements are ordered: 5th, 2nd, 6th.
|
NTuple3<T5,T2,T7> |
_527()
Create a new 3-tuple from this one where the elements are ordered: 5th, 2nd, 7th.
|
NTuple3<T5,T2,T8> |
_528()
Create a new 3-tuple from this one where the elements are ordered: 5th, 2nd, 8th.
|
NTuple3<T5,T2,T9> |
_529()
Create a new 3-tuple from this one where the elements are ordered: 5th, 2nd, 9th.
|
NTuple2<T5,T3> |
_53()
Create a new 2-tuple from this one where the elements are ordered: 5th, 3rd.
|
NTuple3<T5,T3,T1> |
_531()
Create a new 3-tuple from this one where the elements are ordered: 5th, 3rd, 1st.
|
NTuple3<T5,T3,T2> |
_532()
Create a new 3-tuple from this one where the elements are ordered: 5th, 3rd, 2nd.
|
NTuple3<T5,T3,T4> |
_534()
Create a new 3-tuple from this one where the elements are ordered: 5th, 3rd, 4th.
|
NTuple3<T5,T3,T6> |
_536()
Create a new 3-tuple from this one where the elements are ordered: 5th, 3rd, 6th.
|
NTuple3<T5,T3,T7> |
_537()
Create a new 3-tuple from this one where the elements are ordered: 5th, 3rd, 7th.
|
NTuple3<T5,T3,T8> |
_538()
Create a new 3-tuple from this one where the elements are ordered: 5th, 3rd, 8th.
|
NTuple3<T5,T3,T9> |
_539()
Create a new 3-tuple from this one where the elements are ordered: 5th, 3rd, 9th.
|
NTuple2<T5,T4> |
_54()
Create a new 2-tuple from this one where the elements are ordered: 5th, 4th.
|
NTuple3<T5,T4,T1> |
_541()
Create a new 3-tuple from this one where the elements are ordered: 5th, 4th, 1st.
|
NTuple3<T5,T4,T2> |
_542()
Create a new 3-tuple from this one where the elements are ordered: 5th, 4th, 2nd.
|
NTuple3<T5,T4,T3> |
_543()
Create a new 3-tuple from this one where the elements are ordered: 5th, 4th, 3rd.
|
NTuple3<T5,T4,T6> |
_546()
Create a new 3-tuple from this one where the elements are ordered: 5th, 4th, 6th.
|
NTuple3<T5,T4,T7> |
_547()
Create a new 3-tuple from this one where the elements are ordered: 5th, 4th, 7th.
|
NTuple3<T5,T4,T8> |
_548()
Create a new 3-tuple from this one where the elements are ordered: 5th, 4th, 8th.
|
NTuple3<T5,T4,T9> |
_549()
Create a new 3-tuple from this one where the elements are ordered: 5th, 4th, 9th.
|
NTuple2<T5,T6> |
_56()
Create a new 2-tuple from this one where the elements are ordered: 5th, 6th.
|
NTuple3<T5,T6,T1> |
_561()
Create a new 3-tuple from this one where the elements are ordered: 5th, 6th, 1st.
|
NTuple3<T5,T6,T2> |
_562()
Create a new 3-tuple from this one where the elements are ordered: 5th, 6th, 2nd.
|
NTuple3<T5,T6,T3> |
_563()
Create a new 3-tuple from this one where the elements are ordered: 5th, 6th, 3rd.
|
NTuple3<T5,T6,T4> |
_564()
Create a new 3-tuple from this one where the elements are ordered: 5th, 6th, 4th.
|
NTuple3<T5,T6,T7> |
_567()
Create a new 3-tuple from this one where the elements are ordered: 5th, 6th, 7th.
|
NTuple4<T5,T6,T7,T8> |
_5678()
Create a new 4-tuple from this one where the elements are ordered: 5th, 6th, 7th, 8th.
|
NTuple5<T5,T6,T7,T8,T9> |
_56789()
Create a new 5-tuple from this one where the elements are ordered: 5th, 6th, 7th, 8th, 9th.
|
NTuple4<T5,T6,T7,T9> |
_5679()
Create a new 4-tuple from this one where the elements are ordered: 5th, 6th, 7th, 9th.
|
NTuple3<T5,T6,T8> |
_568()
Create a new 3-tuple from this one where the elements are ordered: 5th, 6th, 8th.
|
NTuple4<T5,T6,T8,T9> |
_5689()
Create a new 4-tuple from this one where the elements are ordered: 5th, 6th, 8th, 9th.
|
NTuple3<T5,T6,T9> |
_569()
Create a new 3-tuple from this one where the elements are ordered: 5th, 6th, 9th.
|
NTuple2<T5,T7> |
_57()
Create a new 2-tuple from this one where the elements are ordered: 5th, 7th.
|
NTuple3<T5,T7,T1> |
_571()
Create a new 3-tuple from this one where the elements are ordered: 5th, 7th, 1st.
|
NTuple3<T5,T7,T2> |
_572()
Create a new 3-tuple from this one where the elements are ordered: 5th, 7th, 2nd.
|
NTuple3<T5,T7,T3> |
_573()
Create a new 3-tuple from this one where the elements are ordered: 5th, 7th, 3rd.
|
NTuple3<T5,T7,T4> |
_574()
Create a new 3-tuple from this one where the elements are ordered: 5th, 7th, 4th.
|
NTuple3<T5,T7,T6> |
_576()
Create a new 3-tuple from this one where the elements are ordered: 5th, 7th, 6th.
|
NTuple3<T5,T7,T8> |
_578()
Create a new 3-tuple from this one where the elements are ordered: 5th, 7th, 8th.
|
NTuple4<T5,T7,T8,T9> |
_5789()
Create a new 4-tuple from this one where the elements are ordered: 5th, 7th, 8th, 9th.
|
NTuple3<T5,T7,T9> |
_579()
Create a new 3-tuple from this one where the elements are ordered: 5th, 7th, 9th.
|
NTuple2<T5,T8> |
_58()
Create a new 2-tuple from this one where the elements are ordered: 5th, 8th.
|
NTuple3<T5,T8,T1> |
_581()
Create a new 3-tuple from this one where the elements are ordered: 5th, 8th, 1st.
|
NTuple3<T5,T8,T2> |
_582()
Create a new 3-tuple from this one where the elements are ordered: 5th, 8th, 2nd.
|
NTuple3<T5,T8,T3> |
_583()
Create a new 3-tuple from this one where the elements are ordered: 5th, 8th, 3rd.
|
NTuple3<T5,T8,T4> |
_584()
Create a new 3-tuple from this one where the elements are ordered: 5th, 8th, 4th.
|
NTuple3<T5,T8,T6> |
_586()
Create a new 3-tuple from this one where the elements are ordered: 5th, 8th, 6th.
|
NTuple3<T5,T8,T7> |
_587()
Create a new 3-tuple from this one where the elements are ordered: 5th, 8th, 7th.
|
NTuple3<T5,T8,T9> |
_589()
Create a new 3-tuple from this one where the elements are ordered: 5th, 8th, 9th.
|
NTuple2<T5,T9> |
_59()
Create a new 2-tuple from this one where the elements are ordered: 5th, 9th.
|
NTuple3<T5,T9,T1> |
_591()
Create a new 3-tuple from this one where the elements are ordered: 5th, 9th, 1st.
|
NTuple3<T5,T9,T2> |
_592()
Create a new 3-tuple from this one where the elements are ordered: 5th, 9th, 2nd.
|
NTuple3<T5,T9,T3> |
_593()
Create a new 3-tuple from this one where the elements are ordered: 5th, 9th, 3rd.
|
NTuple3<T5,T9,T4> |
_594()
Create a new 3-tuple from this one where the elements are ordered: 5th, 9th, 4th.
|
NTuple3<T5,T9,T6> |
_596()
Create a new 3-tuple from this one where the elements are ordered: 5th, 9th, 6th.
|
NTuple3<T5,T9,T7> |
_597()
Create a new 3-tuple from this one where the elements are ordered: 5th, 9th, 7th.
|
NTuple3<T5,T9,T8> |
_598()
Create a new 3-tuple from this one where the elements are ordered: 5th, 9th, 8th.
|
T6 |
_6()
Get the sixth element.
|
NTuple2<T6,T1> |
_61()
Create a new 2-tuple from this one where the elements are ordered: 6th, 1st.
|
NTuple3<T6,T1,T2> |
_612()
Create a new 3-tuple from this one where the elements are ordered: 6th, 1st, 2nd.
|
NTuple3<T6,T1,T3> |
_613()
Create a new 3-tuple from this one where the elements are ordered: 6th, 1st, 3rd.
|
NTuple3<T6,T1,T4> |
_614()
Create a new 3-tuple from this one where the elements are ordered: 6th, 1st, 4th.
|
NTuple3<T6,T1,T5> |
_615()
Create a new 3-tuple from this one where the elements are ordered: 6th, 1st, 5th.
|
NTuple3<T6,T1,T7> |
_617()
Create a new 3-tuple from this one where the elements are ordered: 6th, 1st, 7th.
|
NTuple3<T6,T1,T8> |
_618()
Create a new 3-tuple from this one where the elements are ordered: 6th, 1st, 8th.
|
NTuple3<T6,T1,T9> |
_619()
Create a new 3-tuple from this one where the elements are ordered: 6th, 1st, 9th.
|
NTuple2<T6,T2> |
_62()
Create a new 2-tuple from this one where the elements are ordered: 6th, 2nd.
|
NTuple3<T6,T2,T1> |
_621()
Create a new 3-tuple from this one where the elements are ordered: 6th, 2nd, 1st.
|
NTuple3<T6,T2,T3> |
_623()
Create a new 3-tuple from this one where the elements are ordered: 6th, 2nd, 3rd.
|
NTuple3<T6,T2,T4> |
_624()
Create a new 3-tuple from this one where the elements are ordered: 6th, 2nd, 4th.
|
NTuple3<T6,T2,T5> |
_625()
Create a new 3-tuple from this one where the elements are ordered: 6th, 2nd, 5th.
|
NTuple3<T6,T2,T7> |
_627()
Create a new 3-tuple from this one where the elements are ordered: 6th, 2nd, 7th.
|
NTuple3<T6,T2,T8> |
_628()
Create a new 3-tuple from this one where the elements are ordered: 6th, 2nd, 8th.
|
NTuple3<T6,T2,T9> |
_629()
Create a new 3-tuple from this one where the elements are ordered: 6th, 2nd, 9th.
|
NTuple2<T6,T3> |
_63()
Create a new 2-tuple from this one where the elements are ordered: 6th, 3rd.
|
NTuple3<T6,T3,T1> |
_631()
Create a new 3-tuple from this one where the elements are ordered: 6th, 3rd, 1st.
|
NTuple3<T6,T3,T2> |
_632()
Create a new 3-tuple from this one where the elements are ordered: 6th, 3rd, 2nd.
|
NTuple3<T6,T3,T4> |
_634()
Create a new 3-tuple from this one where the elements are ordered: 6th, 3rd, 4th.
|
NTuple3<T6,T3,T5> |
_635()
Create a new 3-tuple from this one where the elements are ordered: 6th, 3rd, 5th.
|
NTuple3<T6,T3,T7> |
_637()
Create a new 3-tuple from this one where the elements are ordered: 6th, 3rd, 7th.
|
NTuple3<T6,T3,T8> |
_638()
Create a new 3-tuple from this one where the elements are ordered: 6th, 3rd, 8th.
|
NTuple3<T6,T3,T9> |
_639()
Create a new 3-tuple from this one where the elements are ordered: 6th, 3rd, 9th.
|
NTuple2<T6,T4> |
_64()
Create a new 2-tuple from this one where the elements are ordered: 6th, 4th.
|
NTuple3<T6,T4,T1> |
_641()
Create a new 3-tuple from this one where the elements are ordered: 6th, 4th, 1st.
|
NTuple3<T6,T4,T2> |
_642()
Create a new 3-tuple from this one where the elements are ordered: 6th, 4th, 2nd.
|
NTuple3<T6,T4,T3> |
_643()
Create a new 3-tuple from this one where the elements are ordered: 6th, 4th, 3rd.
|
NTuple3<T6,T4,T5> |
_645()
Create a new 3-tuple from this one where the elements are ordered: 6th, 4th, 5th.
|
NTuple3<T6,T4,T7> |
_647()
Create a new 3-tuple from this one where the elements are ordered: 6th, 4th, 7th.
|
NTuple3<T6,T4,T8> |
_648()
Create a new 3-tuple from this one where the elements are ordered: 6th, 4th, 8th.
|
NTuple3<T6,T4,T9> |
_649()
Create a new 3-tuple from this one where the elements are ordered: 6th, 4th, 9th.
|
NTuple2<T6,T5> |
_65()
Create a new 2-tuple from this one where the elements are ordered: 6th, 5th.
|
NTuple3<T6,T5,T1> |
_651()
Create a new 3-tuple from this one where the elements are ordered: 6th, 5th, 1st.
|
NTuple3<T6,T5,T2> |
_652()
Create a new 3-tuple from this one where the elements are ordered: 6th, 5th, 2nd.
|
NTuple3<T6,T5,T3> |
_653()
Create a new 3-tuple from this one where the elements are ordered: 6th, 5th, 3rd.
|
NTuple3<T6,T5,T4> |
_654()
Create a new 3-tuple from this one where the elements are ordered: 6th, 5th, 4th.
|
NTuple3<T6,T5,T7> |
_657()
Create a new 3-tuple from this one where the elements are ordered: 6th, 5th, 7th.
|
NTuple3<T6,T5,T8> |
_658()
Create a new 3-tuple from this one where the elements are ordered: 6th, 5th, 8th.
|
NTuple3<T6,T5,T9> |
_659()
Create a new 3-tuple from this one where the elements are ordered: 6th, 5th, 9th.
|
NTuple2<T6,T7> |
_67()
Create a new 2-tuple from this one where the elements are ordered: 6th, 7th.
|
NTuple3<T6,T7,T1> |
_671()
Create a new 3-tuple from this one where the elements are ordered: 6th, 7th, 1st.
|
NTuple3<T6,T7,T2> |
_672()
Create a new 3-tuple from this one where the elements are ordered: 6th, 7th, 2nd.
|
NTuple3<T6,T7,T3> |
_673()
Create a new 3-tuple from this one where the elements are ordered: 6th, 7th, 3rd.
|
NTuple3<T6,T7,T4> |
_674()
Create a new 3-tuple from this one where the elements are ordered: 6th, 7th, 4th.
|
NTuple3<T6,T7,T5> |
_675()
Create a new 3-tuple from this one where the elements are ordered: 6th, 7th, 5th.
|
NTuple3<T6,T7,T8> |
_678()
Create a new 3-tuple from this one where the elements are ordered: 6th, 7th, 8th.
|
NTuple4<T6,T7,T8,T9> |
_6789()
Create a new 4-tuple from this one where the elements are ordered: 6th, 7th, 8th, 9th.
|
NTuple3<T6,T7,T9> |
_679()
Create a new 3-tuple from this one where the elements are ordered: 6th, 7th, 9th.
|
NTuple2<T6,T8> |
_68()
Create a new 2-tuple from this one where the elements are ordered: 6th, 8th.
|
NTuple3<T6,T8,T1> |
_681()
Create a new 3-tuple from this one where the elements are ordered: 6th, 8th, 1st.
|
NTuple3<T6,T8,T2> |
_682()
Create a new 3-tuple from this one where the elements are ordered: 6th, 8th, 2nd.
|
NTuple3<T6,T8,T3> |
_683()
Create a new 3-tuple from this one where the elements are ordered: 6th, 8th, 3rd.
|
NTuple3<T6,T8,T4> |
_684()
Create a new 3-tuple from this one where the elements are ordered: 6th, 8th, 4th.
|
NTuple3<T6,T8,T5> |
_685()
Create a new 3-tuple from this one where the elements are ordered: 6th, 8th, 5th.
|
NTuple3<T6,T8,T7> |
_687()
Create a new 3-tuple from this one where the elements are ordered: 6th, 8th, 7th.
|
NTuple3<T6,T8,T9> |
_689()
Create a new 3-tuple from this one where the elements are ordered: 6th, 8th, 9th.
|
NTuple2<T6,T9> |
_69()
Create a new 2-tuple from this one where the elements are ordered: 6th, 9th.
|
NTuple3<T6,T9,T1> |
_691()
Create a new 3-tuple from this one where the elements are ordered: 6th, 9th, 1st.
|
NTuple3<T6,T9,T2> |
_692()
Create a new 3-tuple from this one where the elements are ordered: 6th, 9th, 2nd.
|
NTuple3<T6,T9,T3> |
_693()
Create a new 3-tuple from this one where the elements are ordered: 6th, 9th, 3rd.
|
NTuple3<T6,T9,T4> |
_694()
Create a new 3-tuple from this one where the elements are ordered: 6th, 9th, 4th.
|
NTuple3<T6,T9,T5> |
_695()
Create a new 3-tuple from this one where the elements are ordered: 6th, 9th, 5th.
|
NTuple3<T6,T9,T7> |
_697()
Create a new 3-tuple from this one where the elements are ordered: 6th, 9th, 7th.
|
NTuple3<T6,T9,T8> |
_698()
Create a new 3-tuple from this one where the elements are ordered: 6th, 9th, 8th.
|
T7 |
_7()
Get the seventh element.
|
NTuple2<T7,T1> |
_71()
Create a new 2-tuple from this one where the elements are ordered: 7th, 1st.
|
NTuple3<T7,T1,T2> |
_712()
Create a new 3-tuple from this one where the elements are ordered: 7th, 1st, 2nd.
|
NTuple3<T7,T1,T3> |
_713()
Create a new 3-tuple from this one where the elements are ordered: 7th, 1st, 3rd.
|
NTuple3<T7,T1,T4> |
_714()
Create a new 3-tuple from this one where the elements are ordered: 7th, 1st, 4th.
|
NTuple3<T7,T1,T5> |
_715()
Create a new 3-tuple from this one where the elements are ordered: 7th, 1st, 5th.
|
NTuple3<T7,T1,T6> |
_716()
Create a new 3-tuple from this one where the elements are ordered: 7th, 1st, 6th.
|
NTuple3<T7,T1,T8> |
_718()
Create a new 3-tuple from this one where the elements are ordered: 7th, 1st, 8th.
|
NTuple3<T7,T1,T9> |
_719()
Create a new 3-tuple from this one where the elements are ordered: 7th, 1st, 9th.
|
NTuple2<T7,T2> |
_72()
Create a new 2-tuple from this one where the elements are ordered: 7th, 2nd.
|
NTuple3<T7,T2,T1> |
_721()
Create a new 3-tuple from this one where the elements are ordered: 7th, 2nd, 1st.
|
NTuple3<T7,T2,T3> |
_723()
Create a new 3-tuple from this one where the elements are ordered: 7th, 2nd, 3rd.
|
NTuple3<T7,T2,T4> |
_724()
Create a new 3-tuple from this one where the elements are ordered: 7th, 2nd, 4th.
|
NTuple3<T7,T2,T5> |
_725()
Create a new 3-tuple from this one where the elements are ordered: 7th, 2nd, 5th.
|
NTuple3<T7,T2,T6> |
_726()
Create a new 3-tuple from this one where the elements are ordered: 7th, 2nd, 6th.
|
NTuple3<T7,T2,T8> |
_728()
Create a new 3-tuple from this one where the elements are ordered: 7th, 2nd, 8th.
|
NTuple3<T7,T2,T9> |
_729()
Create a new 3-tuple from this one where the elements are ordered: 7th, 2nd, 9th.
|
NTuple2<T7,T3> |
_73()
Create a new 2-tuple from this one where the elements are ordered: 7th, 3rd.
|
NTuple3<T7,T3,T1> |
_731()
Create a new 3-tuple from this one where the elements are ordered: 7th, 3rd, 1st.
|
NTuple3<T7,T3,T2> |
_732()
Create a new 3-tuple from this one where the elements are ordered: 7th, 3rd, 2nd.
|
NTuple3<T7,T3,T4> |
_734()
Create a new 3-tuple from this one where the elements are ordered: 7th, 3rd, 4th.
|
NTuple3<T7,T3,T5> |
_735()
Create a new 3-tuple from this one where the elements are ordered: 7th, 3rd, 5th.
|
NTuple3<T7,T3,T6> |
_736()
Create a new 3-tuple from this one where the elements are ordered: 7th, 3rd, 6th.
|
NTuple3<T7,T3,T8> |
_738()
Create a new 3-tuple from this one where the elements are ordered: 7th, 3rd, 8th.
|
NTuple3<T7,T3,T9> |
_739()
Create a new 3-tuple from this one where the elements are ordered: 7th, 3rd, 9th.
|
NTuple2<T7,T4> |
_74()
Create a new 2-tuple from this one where the elements are ordered: 7th, 4th.
|
NTuple3<T7,T4,T1> |
_741()
Create a new 3-tuple from this one where the elements are ordered: 7th, 4th, 1st.
|
NTuple3<T7,T4,T2> |
_742()
Create a new 3-tuple from this one where the elements are ordered: 7th, 4th, 2nd.
|
NTuple3<T7,T4,T3> |
_743()
Create a new 3-tuple from this one where the elements are ordered: 7th, 4th, 3rd.
|
NTuple3<T7,T4,T5> |
_745()
Create a new 3-tuple from this one where the elements are ordered: 7th, 4th, 5th.
|
NTuple3<T7,T4,T6> |
_746()
Create a new 3-tuple from this one where the elements are ordered: 7th, 4th, 6th.
|
NTuple3<T7,T4,T8> |
_748()
Create a new 3-tuple from this one where the elements are ordered: 7th, 4th, 8th.
|
NTuple3<T7,T4,T9> |
_749()
Create a new 3-tuple from this one where the elements are ordered: 7th, 4th, 9th.
|
NTuple2<T7,T5> |
_75()
Create a new 2-tuple from this one where the elements are ordered: 7th, 5th.
|
NTuple3<T7,T5,T1> |
_751()
Create a new 3-tuple from this one where the elements are ordered: 7th, 5th, 1st.
|
NTuple3<T7,T5,T2> |
_752()
Create a new 3-tuple from this one where the elements are ordered: 7th, 5th, 2nd.
|
NTuple3<T7,T5,T3> |
_753()
Create a new 3-tuple from this one where the elements are ordered: 7th, 5th, 3rd.
|
NTuple3<T7,T5,T4> |
_754()
Create a new 3-tuple from this one where the elements are ordered: 7th, 5th, 4th.
|
NTuple3<T7,T5,T6> |
_756()
Create a new 3-tuple from this one where the elements are ordered: 7th, 5th, 6th.
|
NTuple3<T7,T5,T8> |
_758()
Create a new 3-tuple from this one where the elements are ordered: 7th, 5th, 8th.
|
NTuple3<T7,T5,T9> |
_759()
Create a new 3-tuple from this one where the elements are ordered: 7th, 5th, 9th.
|
NTuple2<T7,T6> |
_76()
Create a new 2-tuple from this one where the elements are ordered: 7th, 6th.
|
NTuple3<T7,T6,T1> |
_761()
Create a new 3-tuple from this one where the elements are ordered: 7th, 6th, 1st.
|
NTuple3<T7,T6,T2> |
_762()
Create a new 3-tuple from this one where the elements are ordered: 7th, 6th, 2nd.
|
NTuple3<T7,T6,T3> |
_763()
Create a new 3-tuple from this one where the elements are ordered: 7th, 6th, 3rd.
|
NTuple3<T7,T6,T4> |
_764()
Create a new 3-tuple from this one where the elements are ordered: 7th, 6th, 4th.
|
NTuple3<T7,T6,T5> |
_765()
Create a new 3-tuple from this one where the elements are ordered: 7th, 6th, 5th.
|
NTuple3<T7,T6,T8> |
_768()
Create a new 3-tuple from this one where the elements are ordered: 7th, 6th, 8th.
|
NTuple3<T7,T6,T9> |
_769()
Create a new 3-tuple from this one where the elements are ordered: 7th, 6th, 9th.
|
NTuple2<T7,T8> |
_78()
Create a new 2-tuple from this one where the elements are ordered: 7th, 8th.
|
NTuple3<T7,T8,T1> |
_781()
Create a new 3-tuple from this one where the elements are ordered: 7th, 8th, 1st.
|
NTuple3<T7,T8,T2> |
_782()
Create a new 3-tuple from this one where the elements are ordered: 7th, 8th, 2nd.
|
NTuple3<T7,T8,T3> |
_783()
Create a new 3-tuple from this one where the elements are ordered: 7th, 8th, 3rd.
|
NTuple3<T7,T8,T4> |
_784()
Create a new 3-tuple from this one where the elements are ordered: 7th, 8th, 4th.
|
NTuple3<T7,T8,T5> |
_785()
Create a new 3-tuple from this one where the elements are ordered: 7th, 8th, 5th.
|
NTuple3<T7,T8,T6> |
_786()
Create a new 3-tuple from this one where the elements are ordered: 7th, 8th, 6th.
|
NTuple3<T7,T8,T9> |
_789()
Create a new 3-tuple from this one where the elements are ordered: 7th, 8th, 9th.
|
NTuple2<T7,T9> |
_79()
Create a new 2-tuple from this one where the elements are ordered: 7th, 9th.
|
NTuple3<T7,T9,T1> |
_791()
Create a new 3-tuple from this one where the elements are ordered: 7th, 9th, 1st.
|
NTuple3<T7,T9,T2> |
_792()
Create a new 3-tuple from this one where the elements are ordered: 7th, 9th, 2nd.
|
NTuple3<T7,T9,T3> |
_793()
Create a new 3-tuple from this one where the elements are ordered: 7th, 9th, 3rd.
|
NTuple3<T7,T9,T4> |
_794()
Create a new 3-tuple from this one where the elements are ordered: 7th, 9th, 4th.
|
NTuple3<T7,T9,T5> |
_795()
Create a new 3-tuple from this one where the elements are ordered: 7th, 9th, 5th.
|
NTuple3<T7,T9,T6> |
_796()
Create a new 3-tuple from this one where the elements are ordered: 7th, 9th, 6th.
|
NTuple3<T7,T9,T8> |
_798()
Create a new 3-tuple from this one where the elements are ordered: 7th, 9th, 8th.
|
T8 |
_8()
Get the eighth element.
|
NTuple2<T8,T1> |
_81()
Create a new 2-tuple from this one where the elements are ordered: 8th, 1st.
|
NTuple3<T8,T1,T2> |
_812()
Create a new 3-tuple from this one where the elements are ordered: 8th, 1st, 2nd.
|
NTuple3<T8,T1,T3> |
_813()
Create a new 3-tuple from this one where the elements are ordered: 8th, 1st, 3rd.
|
NTuple3<T8,T1,T4> |
_814()
Create a new 3-tuple from this one where the elements are ordered: 8th, 1st, 4th.
|
NTuple3<T8,T1,T5> |
_815()
Create a new 3-tuple from this one where the elements are ordered: 8th, 1st, 5th.
|
NTuple3<T8,T1,T6> |
_816()
Create a new 3-tuple from this one where the elements are ordered: 8th, 1st, 6th.
|
NTuple3<T8,T1,T7> |
_817()
Create a new 3-tuple from this one where the elements are ordered: 8th, 1st, 7th.
|
NTuple3<T8,T1,T9> |
_819()
Create a new 3-tuple from this one where the elements are ordered: 8th, 1st, 9th.
|
NTuple2<T8,T2> |
_82()
Create a new 2-tuple from this one where the elements are ordered: 8th, 2nd.
|
NTuple3<T8,T2,T1> |
_821()
Create a new 3-tuple from this one where the elements are ordered: 8th, 2nd, 1st.
|
NTuple3<T8,T2,T3> |
_823()
Create a new 3-tuple from this one where the elements are ordered: 8th, 2nd, 3rd.
|
NTuple3<T8,T2,T4> |
_824()
Create a new 3-tuple from this one where the elements are ordered: 8th, 2nd, 4th.
|
NTuple3<T8,T2,T5> |
_825()
Create a new 3-tuple from this one where the elements are ordered: 8th, 2nd, 5th.
|
NTuple3<T8,T2,T6> |
_826()
Create a new 3-tuple from this one where the elements are ordered: 8th, 2nd, 6th.
|
NTuple3<T8,T2,T7> |
_827()
Create a new 3-tuple from this one where the elements are ordered: 8th, 2nd, 7th.
|
NTuple3<T8,T2,T9> |
_829()
Create a new 3-tuple from this one where the elements are ordered: 8th, 2nd, 9th.
|
NTuple2<T8,T3> |
_83()
Create a new 2-tuple from this one where the elements are ordered: 8th, 3rd.
|
NTuple3<T8,T3,T1> |
_831()
Create a new 3-tuple from this one where the elements are ordered: 8th, 3rd, 1st.
|
NTuple3<T8,T3,T2> |
_832()
Create a new 3-tuple from this one where the elements are ordered: 8th, 3rd, 2nd.
|
NTuple3<T8,T3,T4> |
_834()
Create a new 3-tuple from this one where the elements are ordered: 8th, 3rd, 4th.
|
NTuple3<T8,T3,T5> |
_835()
Create a new 3-tuple from this one where the elements are ordered: 8th, 3rd, 5th.
|
NTuple3<T8,T3,T6> |
_836()
Create a new 3-tuple from this one where the elements are ordered: 8th, 3rd, 6th.
|
NTuple3<T8,T3,T7> |
_837()
Create a new 3-tuple from this one where the elements are ordered: 8th, 3rd, 7th.
|
NTuple3<T8,T3,T9> |
_839()
Create a new 3-tuple from this one where the elements are ordered: 8th, 3rd, 9th.
|
NTuple2<T8,T4> |
_84()
Create a new 2-tuple from this one where the elements are ordered: 8th, 4th.
|
NTuple3<T8,T4,T1> |
_841()
Create a new 3-tuple from this one where the elements are ordered: 8th, 4th, 1st.
|
NTuple3<T8,T4,T2> |
_842()
Create a new 3-tuple from this one where the elements are ordered: 8th, 4th, 2nd.
|
NTuple3<T8,T4,T3> |
_843()
Create a new 3-tuple from this one where the elements are ordered: 8th, 4th, 3rd.
|
NTuple3<T8,T4,T5> |
_845()
Create a new 3-tuple from this one where the elements are ordered: 8th, 4th, 5th.
|
NTuple3<T8,T4,T6> |
_846()
Create a new 3-tuple from this one where the elements are ordered: 8th, 4th, 6th.
|
NTuple3<T8,T4,T7> |
_847()
Create a new 3-tuple from this one where the elements are ordered: 8th, 4th, 7th.
|
NTuple3<T8,T4,T9> |
_849()
Create a new 3-tuple from this one where the elements are ordered: 8th, 4th, 9th.
|
NTuple2<T8,T5> |
_85()
Create a new 2-tuple from this one where the elements are ordered: 8th, 5th.
|
NTuple3<T8,T5,T1> |
_851()
Create a new 3-tuple from this one where the elements are ordered: 8th, 5th, 1st.
|
NTuple3<T8,T5,T2> |
_852()
Create a new 3-tuple from this one where the elements are ordered: 8th, 5th, 2nd.
|
NTuple3<T8,T5,T3> |
_853()
Create a new 3-tuple from this one where the elements are ordered: 8th, 5th, 3rd.
|
NTuple3<T8,T5,T4> |
_854()
Create a new 3-tuple from this one where the elements are ordered: 8th, 5th, 4th.
|
NTuple3<T8,T5,T6> |
_856()
Create a new 3-tuple from this one where the elements are ordered: 8th, 5th, 6th.
|
NTuple3<T8,T5,T7> |
_857()
Create a new 3-tuple from this one where the elements are ordered: 8th, 5th, 7th.
|
NTuple3<T8,T5,T9> |
_859()
Create a new 3-tuple from this one where the elements are ordered: 8th, 5th, 9th.
|
NTuple2<T8,T6> |
_86()
Create a new 2-tuple from this one where the elements are ordered: 8th, 6th.
|
NTuple3<T8,T6,T1> |
_861()
Create a new 3-tuple from this one where the elements are ordered: 8th, 6th, 1st.
|
NTuple3<T8,T6,T2> |
_862()
Create a new 3-tuple from this one where the elements are ordered: 8th, 6th, 2nd.
|
NTuple3<T8,T6,T3> |
_863()
Create a new 3-tuple from this one where the elements are ordered: 8th, 6th, 3rd.
|
NTuple3<T8,T6,T4> |
_864()
Create a new 3-tuple from this one where the elements are ordered: 8th, 6th, 4th.
|
NTuple3<T8,T6,T5> |
_865()
Create a new 3-tuple from this one where the elements are ordered: 8th, 6th, 5th.
|
NTuple3<T8,T6,T7> |
_867()
Create a new 3-tuple from this one where the elements are ordered: 8th, 6th, 7th.
|
NTuple3<T8,T6,T9> |
_869()
Create a new 3-tuple from this one where the elements are ordered: 8th, 6th, 9th.
|
NTuple2<T8,T7> |
_87()
Create a new 2-tuple from this one where the elements are ordered: 8th, 7th.
|
NTuple3<T8,T7,T1> |
_871()
Create a new 3-tuple from this one where the elements are ordered: 8th, 7th, 1st.
|
NTuple3<T8,T7,T2> |
_872()
Create a new 3-tuple from this one where the elements are ordered: 8th, 7th, 2nd.
|
NTuple3<T8,T7,T3> |
_873()
Create a new 3-tuple from this one where the elements are ordered: 8th, 7th, 3rd.
|
NTuple3<T8,T7,T4> |
_874()
Create a new 3-tuple from this one where the elements are ordered: 8th, 7th, 4th.
|
NTuple3<T8,T7,T5> |
_875()
Create a new 3-tuple from this one where the elements are ordered: 8th, 7th, 5th.
|
NTuple3<T8,T7,T6> |
_876()
Create a new 3-tuple from this one where the elements are ordered: 8th, 7th, 6th.
|
NTuple3<T8,T7,T9> |
_879()
Create a new 3-tuple from this one where the elements are ordered: 8th, 7th, 9th.
|
NTuple2<T8,T9> |
_89()
Create a new 2-tuple from this one where the elements are ordered: 8th, 9th.
|
NTuple3<T8,T9,T1> |
_891()
Create a new 3-tuple from this one where the elements are ordered: 8th, 9th, 1st.
|
NTuple3<T8,T9,T2> |
_892()
Create a new 3-tuple from this one where the elements are ordered: 8th, 9th, 2nd.
|
NTuple3<T8,T9,T3> |
_893()
Create a new 3-tuple from this one where the elements are ordered: 8th, 9th, 3rd.
|
NTuple3<T8,T9,T4> |
_894()
Create a new 3-tuple from this one where the elements are ordered: 8th, 9th, 4th.
|
NTuple3<T8,T9,T5> |
_895()
Create a new 3-tuple from this one where the elements are ordered: 8th, 9th, 5th.
|
NTuple3<T8,T9,T6> |
_896()
Create a new 3-tuple from this one where the elements are ordered: 8th, 9th, 6th.
|
NTuple3<T8,T9,T7> |
_897()
Create a new 3-tuple from this one where the elements are ordered: 8th, 9th, 7th.
|
T9 |
_9()
Get the nineth element.
|
NTuple2<T9,T1> |
_91()
Create a new 2-tuple from this one where the elements are ordered: 9th, 1st.
|
NTuple3<T9,T1,T2> |
_912()
Create a new 3-tuple from this one where the elements are ordered: 9th, 1st, 2nd.
|
NTuple3<T9,T1,T3> |
_913()
Create a new 3-tuple from this one where the elements are ordered: 9th, 1st, 3rd.
|
NTuple3<T9,T1,T4> |
_914()
Create a new 3-tuple from this one where the elements are ordered: 9th, 1st, 4th.
|
NTuple3<T9,T1,T5> |
_915()
Create a new 3-tuple from this one where the elements are ordered: 9th, 1st, 5th.
|
NTuple3<T9,T1,T6> |
_916()
Create a new 3-tuple from this one where the elements are ordered: 9th, 1st, 6th.
|
NTuple3<T9,T1,T7> |
_917()
Create a new 3-tuple from this one where the elements are ordered: 9th, 1st, 7th.
|
NTuple3<T9,T1,T8> |
_918()
Create a new 3-tuple from this one where the elements are ordered: 9th, 1st, 8th.
|
NTuple2<T9,T2> |
_92()
Create a new 2-tuple from this one where the elements are ordered: 9th, 2nd.
|
NTuple3<T9,T2,T1> |
_921()
Create a new 3-tuple from this one where the elements are ordered: 9th, 2nd, 1st.
|
NTuple3<T9,T2,T3> |
_923()
Create a new 3-tuple from this one where the elements are ordered: 9th, 2nd, 3rd.
|
NTuple3<T9,T2,T4> |
_924()
Create a new 3-tuple from this one where the elements are ordered: 9th, 2nd, 4th.
|
NTuple3<T9,T2,T5> |
_925()
Create a new 3-tuple from this one where the elements are ordered: 9th, 2nd, 5th.
|
NTuple3<T9,T2,T6> |
_926()
Create a new 3-tuple from this one where the elements are ordered: 9th, 2nd, 6th.
|
NTuple3<T9,T2,T7> |
_927()
Create a new 3-tuple from this one where the elements are ordered: 9th, 2nd, 7th.
|
NTuple3<T9,T2,T8> |
_928()
Create a new 3-tuple from this one where the elements are ordered: 9th, 2nd, 8th.
|
NTuple2<T9,T3> |
_93()
Create a new 2-tuple from this one where the elements are ordered: 9th, 3rd.
|
NTuple3<T9,T3,T1> |
_931()
Create a new 3-tuple from this one where the elements are ordered: 9th, 3rd, 1st.
|
NTuple3<T9,T3,T2> |
_932()
Create a new 3-tuple from this one where the elements are ordered: 9th, 3rd, 2nd.
|
NTuple3<T9,T3,T4> |
_934()
Create a new 3-tuple from this one where the elements are ordered: 9th, 3rd, 4th.
|
NTuple3<T9,T3,T5> |
_935()
Create a new 3-tuple from this one where the elements are ordered: 9th, 3rd, 5th.
|
NTuple3<T9,T3,T6> |
_936()
Create a new 3-tuple from this one where the elements are ordered: 9th, 3rd, 6th.
|
NTuple3<T9,T3,T7> |
_937()
Create a new 3-tuple from this one where the elements are ordered: 9th, 3rd, 7th.
|
NTuple3<T9,T3,T8> |
_938()
Create a new 3-tuple from this one where the elements are ordered: 9th, 3rd, 8th.
|
NTuple2<T9,T4> |
_94()
Create a new 2-tuple from this one where the elements are ordered: 9th, 4th.
|
NTuple3<T9,T4,T1> |
_941()
Create a new 3-tuple from this one where the elements are ordered: 9th, 4th, 1st.
|
NTuple3<T9,T4,T2> |
_942()
Create a new 3-tuple from this one where the elements are ordered: 9th, 4th, 2nd.
|
NTuple3<T9,T4,T3> |
_943()
Create a new 3-tuple from this one where the elements are ordered: 9th, 4th, 3rd.
|
NTuple3<T9,T4,T5> |
_945()
Create a new 3-tuple from this one where the elements are ordered: 9th, 4th, 5th.
|
NTuple3<T9,T4,T6> |
_946()
Create a new 3-tuple from this one where the elements are ordered: 9th, 4th, 6th.
|
NTuple3<T9,T4,T7> |
_947()
Create a new 3-tuple from this one where the elements are ordered: 9th, 4th, 7th.
|
NTuple3<T9,T4,T8> |
_948()
Create a new 3-tuple from this one where the elements are ordered: 9th, 4th, 8th.
|
NTuple2<T9,T5> |
_95()
Create a new 2-tuple from this one where the elements are ordered: 9th, 5th.
|
NTuple3<T9,T5,T1> |
_951()
Create a new 3-tuple from this one where the elements are ordered: 9th, 5th, 1st.
|
NTuple3<T9,T5,T2> |
_952()
Create a new 3-tuple from this one where the elements are ordered: 9th, 5th, 2nd.
|
NTuple3<T9,T5,T3> |
_953()
Create a new 3-tuple from this one where the elements are ordered: 9th, 5th, 3rd.
|
NTuple3<T9,T5,T4> |
_954()
Create a new 3-tuple from this one where the elements are ordered: 9th, 5th, 4th.
|
NTuple3<T9,T5,T6> |
_956()
Create a new 3-tuple from this one where the elements are ordered: 9th, 5th, 6th.
|
NTuple3<T9,T5,T7> |
_957()
Create a new 3-tuple from this one where the elements are ordered: 9th, 5th, 7th.
|
NTuple3<T9,T5,T8> |
_958()
Create a new 3-tuple from this one where the elements are ordered: 9th, 5th, 8th.
|
NTuple2<T9,T6> |
_96()
Create a new 2-tuple from this one where the elements are ordered: 9th, 6th.
|
NTuple3<T9,T6,T1> |
_961()
Create a new 3-tuple from this one where the elements are ordered: 9th, 6th, 1st.
|
NTuple3<T9,T6,T2> |
_962()
Create a new 3-tuple from this one where the elements are ordered: 9th, 6th, 2nd.
|
NTuple3<T9,T6,T3> |
_963()
Create a new 3-tuple from this one where the elements are ordered: 9th, 6th, 3rd.
|
NTuple3<T9,T6,T4> |
_964()
Create a new 3-tuple from this one where the elements are ordered: 9th, 6th, 4th.
|
NTuple3<T9,T6,T5> |
_965()
Create a new 3-tuple from this one where the elements are ordered: 9th, 6th, 5th.
|
NTuple3<T9,T6,T7> |
_967()
Create a new 3-tuple from this one where the elements are ordered: 9th, 6th, 7th.
|
NTuple3<T9,T6,T8> |
_968()
Create a new 3-tuple from this one where the elements are ordered: 9th, 6th, 8th.
|
NTuple2<T9,T7> |
_97()
Create a new 2-tuple from this one where the elements are ordered: 9th, 7th.
|
NTuple3<T9,T7,T1> |
_971()
Create a new 3-tuple from this one where the elements are ordered: 9th, 7th, 1st.
|
NTuple3<T9,T7,T2> |
_972()
Create a new 3-tuple from this one where the elements are ordered: 9th, 7th, 2nd.
|
NTuple3<T9,T7,T3> |
_973()
Create a new 3-tuple from this one where the elements are ordered: 9th, 7th, 3rd.
|
NTuple3<T9,T7,T4> |
_974()
Create a new 3-tuple from this one where the elements are ordered: 9th, 7th, 4th.
|
NTuple3<T9,T7,T5> |
_975()
Create a new 3-tuple from this one where the elements are ordered: 9th, 7th, 5th.
|
NTuple3<T9,T7,T6> |
_976()
Create a new 3-tuple from this one where the elements are ordered: 9th, 7th, 6th.
|
NTuple3<T9,T7,T8> |
_978()
Create a new 3-tuple from this one where the elements are ordered: 9th, 7th, 8th.
|
NTuple2<T9,T8> |
_98()
Create a new 2-tuple from this one where the elements are ordered: 9th, 8th.
|
NTuple3<T9,T8,T1> |
_981()
Create a new 3-tuple from this one where the elements are ordered: 9th, 8th, 1st.
|
NTuple3<T9,T8,T2> |
_982()
Create a new 3-tuple from this one where the elements are ordered: 9th, 8th, 2nd.
|
NTuple3<T9,T8,T3> |
_983()
Create a new 3-tuple from this one where the elements are ordered: 9th, 8th, 3rd.
|
NTuple3<T9,T8,T4> |
_984()
Create a new 3-tuple from this one where the elements are ordered: 9th, 8th, 4th.
|
NTuple3<T9,T8,T5> |
_985()
Create a new 3-tuple from this one where the elements are ordered: 9th, 8th, 5th.
|
NTuple3<T9,T8,T6> |
_986()
Create a new 3-tuple from this one where the elements are ordered: 9th, 8th, 6th.
|
NTuple3<T9,T8,T7> |
_987()
Create a new 3-tuple from this one where the elements are ordered: 9th, 8th, 7th.
|
NTuple9<T1,T2,T3,T4,T5,T6,T7,T8,T9> |
frozen()
Convert this into an object of a concrete tuple implementation.
|
java.lang.String |
toString() |
<E1> NTuple9<E1,T2,T3,T4,T5,T6,T7,T8,T9> |
x1(E1 e1)
Create a 9-tuple from this one where the first element is exchanged.
|
<E1,E2> NTuple9<E1,E2,T3,T4,T5,T6,T7,T8,T9> |
x12(E1 e1,
E2 e2)
Create a 9-tuple from this one where the first and second elements are exchanged.
|
<E1,E2,E3> NTuple9<E1,E2,E3,T4,T5,T6,T7,T8,T9> |
x123(E1 e1,
E2 e2,
E3 e3)
Create a 9-tuple from this one where the first, second, and thirdelements are exchanged.
|
<E1,E2,E3,E4> |
x1234(E1 e1,
E2 e2,
E3 e3,
E4 e4)
Create a 9-tuple from this one where the first, second, third, and fourthelements are exchanged.
|
<E1,E2,E3,E4,E5> |
x12345(E1 e1,
E2 e2,
E3 e3,
E4 e4,
E5 e5)
Create a 9-tuple from this one where the first, second, third, fourth, and fifthelements are exchanged.
|
<E1,E2,E3,E4,E6> |
x12346(E1 e1,
E2 e2,
E3 e3,
E4 e4,
E6 e6)
Create a 9-tuple from this one where the first, second, third, fourth, and sixthelements are exchanged.
|
<E1,E2,E3,E4,E7> |
x12347(E1 e1,
E2 e2,
E3 e3,
E4 e4,
E7 e7)
Create a 9-tuple from this one where the first, second, third, fourth, and seventhelements are exchanged.
|
<E1,E2,E3,E4,E8> |
x12348(E1 e1,
E2 e2,
E3 e3,
E4 e4,
E8 e8)
Create a 9-tuple from this one where the first, second, third, fourth, and eighthelements are exchanged.
|
<E1,E2,E3,E4,E9> |
x12349(E1 e1,
E2 e2,
E3 e3,
E4 e4,
E9 e9)
Create a 9-tuple from this one where the first, second, third, fourth, and ninethelements are exchanged.
|
<E1,E2,E3,E5> |
x1235(E1 e1,
E2 e2,
E3 e3,
E5 e5)
Create a 9-tuple from this one where the first, second, third, and fifthelements are exchanged.
|
<E1,E2,E3,E5,E6> |
x12356(E1 e1,
E2 e2,
E3 e3,
E5 e5,
E6 e6)
Create a 9-tuple from this one where the first, second, third, fifth, and sixthelements are exchanged.
|
<E1,E2,E3,E5,E7> |
x12357(E1 e1,
E2 e2,
E3 e3,
E5 e5,
E7 e7)
Create a 9-tuple from this one where the first, second, third, fifth, and seventhelements are exchanged.
|
<E1,E2,E3,E5,E8> |
x12358(E1 e1,
E2 e2,
E3 e3,
E5 e5,
E8 e8)
Create a 9-tuple from this one where the first, second, third, fifth, and eighthelements are exchanged.
|
<E1,E2,E3,E5,E9> |
x12359(E1 e1,
E2 e2,
E3 e3,
E5 e5,
E9 e9)
Create a 9-tuple from this one where the first, second, third, fifth, and ninethelements are exchanged.
|
<E1,E2,E3,E6> |
x1236(E1 e1,
E2 e2,
E3 e3,
E6 e6)
Create a 9-tuple from this one where the first, second, third, and sixthelements are exchanged.
|
<E1,E2,E3,E6,E7> |
x12367(E1 e1,
E2 e2,
E3 e3,
E6 e6,
E7 e7)
Create a 9-tuple from this one where the first, second, third, sixth, and seventhelements are exchanged.
|
<E1,E2,E3,E6,E8> |
x12368(E1 e1,
E2 e2,
E3 e3,
E6 e6,
E8 e8)
Create a 9-tuple from this one where the first, second, third, sixth, and eighthelements are exchanged.
|
<E1,E2,E3,E6,E9> |
x12369(E1 e1,
E2 e2,
E3 e3,
E6 e6,
E9 e9)
Create a 9-tuple from this one where the first, second, third, sixth, and ninethelements are exchanged.
|
<E1,E2,E3,E7> |
x1237(E1 e1,
E2 e2,
E3 e3,
E7 e7)
Create a 9-tuple from this one where the first, second, third, and seventhelements are exchanged.
|
<E1,E2,E3,E7,E8> |
x12378(E1 e1,
E2 e2,
E3 e3,
E7 e7,
E8 e8)
Create a 9-tuple from this one where the first, second, third, seventh, and eighthelements are exchanged.
|
<E1,E2,E3,E7,E9> |
x12379(E1 e1,
E2 e2,
E3 e3,
E7 e7,
E9 e9)
Create a 9-tuple from this one where the first, second, third, seventh, and ninethelements are exchanged.
|
<E1,E2,E3,E8> |
x1238(E1 e1,
E2 e2,
E3 e3,
E8 e8)
Create a 9-tuple from this one where the first, second, third, and eighthelements are exchanged.
|
<E1,E2,E3,E8,E9> |
x12389(E1 e1,
E2 e2,
E3 e3,
E8 e8,
E9 e9)
Create a 9-tuple from this one where the first, second, third, eighth, and ninethelements are exchanged.
|
<E1,E2,E3,E9> |
x1239(E1 e1,
E2 e2,
E3 e3,
E9 e9)
Create a 9-tuple from this one where the first, second, third, and ninethelements are exchanged.
|
<E1,E2,E4> NTuple9<E1,E2,T3,E4,T5,T6,T7,T8,T9> |
x124(E1 e1,
E2 e2,
E4 e4)
Create a 9-tuple from this one where the first, second, and fourthelements are exchanged.
|
<E1,E2,E4,E5> |
x1245(E1 e1,
E2 e2,
E4 e4,
E5 e5)
Create a 9-tuple from this one where the first, second, fourth, and fifthelements are exchanged.
|
<E1,E2,E4,E5,E6> |
x12456(E1 e1,
E2 e2,
E4 e4,
E5 e5,
E6 e6)
Create a 9-tuple from this one where the first, second, fourth, fifth, and sixthelements are exchanged.
|
<E1,E2,E4,E5,E7> |
x12457(E1 e1,
E2 e2,
E4 e4,
E5 e5,
E7 e7)
Create a 9-tuple from this one where the first, second, fourth, fifth, and seventhelements are exchanged.
|
<E1,E2,E4,E5,E8> |
x12458(E1 e1,
E2 e2,
E4 e4,
E5 e5,
E8 e8)
Create a 9-tuple from this one where the first, second, fourth, fifth, and eighthelements are exchanged.
|
<E1,E2,E4,E5,E9> |
x12459(E1 e1,
E2 e2,
E4 e4,
E5 e5,
E9 e9)
Create a 9-tuple from this one where the first, second, fourth, fifth, and ninethelements are exchanged.
|
<E1,E2,E4,E6> |
x1246(E1 e1,
E2 e2,
E4 e4,
E6 e6)
Create a 9-tuple from this one where the first, second, fourth, and sixthelements are exchanged.
|
<E1,E2,E4,E6,E7> |
x12467(E1 e1,
E2 e2,
E4 e4,
E6 e6,
E7 e7)
Create a 9-tuple from this one where the first, second, fourth, sixth, and seventhelements are exchanged.
|
<E1,E2,E4,E6,E8> |
x12468(E1 e1,
E2 e2,
E4 e4,
E6 e6,
E8 e8)
Create a 9-tuple from this one where the first, second, fourth, sixth, and eighthelements are exchanged.
|
<E1,E2,E4,E6,E9> |
x12469(E1 e1,
E2 e2,
E4 e4,
E6 e6,
E9 e9)
Create a 9-tuple from this one where the first, second, fourth, sixth, and ninethelements are exchanged.
|
<E1,E2,E4,E7> |
x1247(E1 e1,
E2 e2,
E4 e4,
E7 e7)
Create a 9-tuple from this one where the first, second, fourth, and seventhelements are exchanged.
|
<E1,E2,E4,E7,E8> |
x12478(E1 e1,
E2 e2,
E4 e4,
E7 e7,
E8 e8)
Create a 9-tuple from this one where the first, second, fourth, seventh, and eighthelements are exchanged.
|
<E1,E2,E4,E7,E9> |
x12479(E1 e1,
E2 e2,
E4 e4,
E7 e7,
E9 e9)
Create a 9-tuple from this one where the first, second, fourth, seventh, and ninethelements are exchanged.
|
<E1,E2,E4,E8> |
x1248(E1 e1,
E2 e2,
E4 e4,
E8 e8)
Create a 9-tuple from this one where the first, second, fourth, and eighthelements are exchanged.
|
<E1,E2,E4,E8,E9> |
x12489(E1 e1,
E2 e2,
E4 e4,
E8 e8,
E9 e9)
Create a 9-tuple from this one where the first, second, fourth, eighth, and ninethelements are exchanged.
|
<E1,E2,E4,E9> |
x1249(E1 e1,
E2 e2,
E4 e4,
E9 e9)
Create a 9-tuple from this one where the first, second, fourth, and ninethelements are exchanged.
|
<E1,E2,E5> NTuple9<E1,E2,T3,T4,E5,T6,T7,T8,T9> |
x125(E1 e1,
E2 e2,
E5 e5)
Create a 9-tuple from this one where the first, second, and fifthelements are exchanged.
|
<E1,E2,E5,E6> |
x1256(E1 e1,
E2 e2,
E5 e5,
E6 e6)
Create a 9-tuple from this one where the first, second, fifth, and sixthelements are exchanged.
|
<E1,E2,E5,E6,E7> |
x12567(E1 e1,
E2 e2,
E5 e5,
E6 e6,
E7 e7)
Create a 9-tuple from this one where the first, second, fifth, sixth, and seventhelements are exchanged.
|
<E1,E2,E5,E6,E8> |
x12568(E1 e1,
E2 e2,
E5 e5,
E6 e6,
E8 e8)
Create a 9-tuple from this one where the first, second, fifth, sixth, and eighthelements are exchanged.
|
<E1,E2,E5,E6,E9> |
x12569(E1 e1,
E2 e2,
E5 e5,
E6 e6,
E9 e9)
Create a 9-tuple from this one where the first, second, fifth, sixth, and ninethelements are exchanged.
|
<E1,E2,E5,E7> |
x1257(E1 e1,
E2 e2,
E5 e5,
E7 e7)
Create a 9-tuple from this one where the first, second, fifth, and seventhelements are exchanged.
|
<E1,E2,E5,E7,E8> |
x12578(E1 e1,
E2 e2,
E5 e5,
E7 e7,
E8 e8)
Create a 9-tuple from this one where the first, second, fifth, seventh, and eighthelements are exchanged.
|
<E1,E2,E5,E7,E9> |
x12579(E1 e1,
E2 e2,
E5 e5,
E7 e7,
E9 e9)
Create a 9-tuple from this one where the first, second, fifth, seventh, and ninethelements are exchanged.
|
<E1,E2,E5,E8> |
x1258(E1 e1,
E2 e2,
E5 e5,
E8 e8)
Create a 9-tuple from this one where the first, second, fifth, and eighthelements are exchanged.
|
<E1,E2,E5,E8,E9> |
x12589(E1 e1,
E2 e2,
E5 e5,
E8 e8,
E9 e9)
Create a 9-tuple from this one where the first, second, fifth, eighth, and ninethelements are exchanged.
|
<E1,E2,E5,E9> |
x1259(E1 e1,
E2 e2,
E5 e5,
E9 e9)
Create a 9-tuple from this one where the first, second, fifth, and ninethelements are exchanged.
|
<E1,E2,E6> NTuple9<E1,E2,T3,T4,T5,E6,T7,T8,T9> |
x126(E1 e1,
E2 e2,
E6 e6)
Create a 9-tuple from this one where the first, second, and sixthelements are exchanged.
|
<E1,E2,E6,E7> |
x1267(E1 e1,
E2 e2,
E6 e6,
E7 e7)
Create a 9-tuple from this one where the first, second, sixth, and seventhelements are exchanged.
|
<E1,E2,E6,E7,E8> |
x12678(E1 e1,
E2 e2,
E6 e6,
E7 e7,
E8 e8)
Create a 9-tuple from this one where the first, second, sixth, seventh, and eighthelements are exchanged.
|
<E1,E2,E6,E7,E9> |
x12679(E1 e1,
E2 e2,
E6 e6,
E7 e7,
E9 e9)
Create a 9-tuple from this one where the first, second, sixth, seventh, and ninethelements are exchanged.
|
<E1,E2,E6,E8> |
x1268(E1 e1,
E2 e2,
E6 e6,
E8 e8)
Create a 9-tuple from this one where the first, second, sixth, and eighthelements are exchanged.
|
<E1,E2,E6,E8,E9> |
x12689(E1 e1,
E2 e2,
E6 e6,
E8 e8,
E9 e9)
Create a 9-tuple from this one where the first, second, sixth, eighth, and ninethelements are exchanged.
|
<E1,E2,E6,E9> |
x1269(E1 e1,
E2 e2,
E6 e6,
E9 e9)
Create a 9-tuple from this one where the first, second, sixth, and ninethelements are exchanged.
|
<E1,E2,E7> NTuple9<E1,E2,T3,T4,T5,T6,E7,T8,T9> |
x127(E1 e1,
E2 e2,
E7 e7)
Create a 9-tuple from this one where the first, second, and seventhelements are exchanged.
|
<E1,E2,E7,E8> |
x1278(E1 e1,
E2 e2,
E7 e7,
E8 e8)
Create a 9-tuple from this one where the first, second, seventh, and eighthelements are exchanged.
|
<E1,E2,E7,E8,E9> |
x12789(E1 e1,
E2 e2,
E7 e7,
E8 e8,
E9 e9)
Create a 9-tuple from this one where the first, second, seventh, eighth, and ninethelements are exchanged.
|
<E1,E2,E7,E9> |
x1279(E1 e1,
E2 e2,
E7 e7,
E9 e9)
Create a 9-tuple from this one where the first, second, seventh, and ninethelements are exchanged.
|
<E1,E2,E8> NTuple9<E1,E2,T3,T4,T5,T6,T7,E8,T9> |
x128(E1 e1,
E2 e2,
E8 e8)
Create a 9-tuple from this one where the first, second, and eighthelements are exchanged.
|
<E1,E2,E8,E9> |
x1289(E1 e1,
E2 e2,
E8 e8,
E9 e9)
Create a 9-tuple from this one where the first, second, eighth, and ninethelements are exchanged.
|
<E1,E2,E9> NTuple9<E1,E2,T3,T4,T5,T6,T7,T8,E9> |
x129(E1 e1,
E2 e2,
E9 e9)
Create a 9-tuple from this one where the first, second, and ninethelements are exchanged.
|
<E1,E3> NTuple9<E1,T2,E3,T4,T5,T6,T7,T8,T9> |
x13(E1 e1,
E3 e3)
Create a 9-tuple from this one where the first and third elements are exchanged.
|
<E1,E3,E4> NTuple9<E1,T2,E3,E4,T5,T6,T7,T8,T9> |
x134(E1 e1,
E3 e3,
E4 e4)
Create a 9-tuple from this one where the first, third, and fourthelements are exchanged.
|
<E1,E3,E4,E5> |
x1345(E1 e1,
E3 e3,
E4 e4,
E5 e5)
Create a 9-tuple from this one where the first, third, fourth, and fifthelements are exchanged.
|
<E1,E3,E4,E5,E6> |
x13456(E1 e1,
E3 e3,
E4 e4,
E5 e5,
E6 e6)
Create a 9-tuple from this one where the first, third, fourth, fifth, and sixthelements are exchanged.
|
<E1,E3,E4,E5,E7> |
x13457(E1 e1,
E3 e3,
E4 e4,
E5 e5,
E7 e7)
Create a 9-tuple from this one where the first, third, fourth, fifth, and seventhelements are exchanged.
|
<E1,E3,E4,E5,E8> |
x13458(E1 e1,
E3 e3,
E4 e4,
E5 e5,
E8 e8)
Create a 9-tuple from this one where the first, third, fourth, fifth, and eighthelements are exchanged.
|
<E1,E3,E4,E5,E9> |
x13459(E1 e1,
E3 e3,
E4 e4,
E5 e5,
E9 e9)
Create a 9-tuple from this one where the first, third, fourth, fifth, and ninethelements are exchanged.
|
<E1,E3,E4,E6> |
x1346(E1 e1,
E3 e3,
E4 e4,
E6 e6)
Create a 9-tuple from this one where the first, third, fourth, and sixthelements are exchanged.
|
<E1,E3,E4,E6,E7> |
x13467(E1 e1,
E3 e3,
E4 e4,
E6 e6,
E7 e7)
Create a 9-tuple from this one where the first, third, fourth, sixth, and seventhelements are exchanged.
|
<E1,E3,E4,E6,E8> |
x13468(E1 e1,
E3 e3,
E4 e4,
E6 e6,
E8 e8)
Create a 9-tuple from this one where the first, third, fourth, sixth, and eighthelements are exchanged.
|
<E1,E3,E4,E6,E9> |
x13469(E1 e1,
E3 e3,
E4 e4,
E6 e6,
E9 e9)
Create a 9-tuple from this one where the first, third, fourth, sixth, and ninethelements are exchanged.
|
<E1,E3,E4,E7> |
x1347(E1 e1,
E3 e3,
E4 e4,
E7 e7)
Create a 9-tuple from this one where the first, third, fourth, and seventhelements are exchanged.
|
<E1,E3,E4,E7,E8> |
x13478(E1 e1,
E3 e3,
E4 e4,
E7 e7,
E8 e8)
Create a 9-tuple from this one where the first, third, fourth, seventh, and eighthelements are exchanged.
|
<E1,E3,E4,E7,E9> |
x13479(E1 e1,
E3 e3,
E4 e4,
E7 e7,
E9 e9)
Create a 9-tuple from this one where the first, third, fourth, seventh, and ninethelements are exchanged.
|
<E1,E3,E4,E8> |
x1348(E1 e1,
E3 e3,
E4 e4,
E8 e8)
Create a 9-tuple from this one where the first, third, fourth, and eighthelements are exchanged.
|
<E1,E3,E4,E8,E9> |
x13489(E1 e1,
E3 e3,
E4 e4,
E8 e8,
E9 e9)
Create a 9-tuple from this one where the first, third, fourth, eighth, and ninethelements are exchanged.
|
<E1,E3,E4,E9> |
x1349(E1 e1,
E3 e3,
E4 e4,
E9 e9)
Create a 9-tuple from this one where the first, third, fourth, and ninethelements are exchanged.
|
<E1,E3,E5> NTuple9<E1,T2,E3,T4,E5,T6,T7,T8,T9> |
x135(E1 e1,
E3 e3,
E5 e5)
Create a 9-tuple from this one where the first, third, and fifthelements are exchanged.
|
<E1,E3,E5,E6> |
x1356(E1 e1,
E3 e3,
E5 e5,
E6 e6)
Create a 9-tuple from this one where the first, third, fifth, and sixthelements are exchanged.
|
<E1,E3,E5,E6,E7> |
x13567(E1 e1,
E3 e3,
E5 e5,
E6 e6,
E7 e7)
Create a 9-tuple from this one where the first, third, fifth, sixth, and seventhelements are exchanged.
|
<E1,E3,E5,E6,E8> |
x13568(E1 e1,
E3 e3,
E5 e5,
E6 e6,
E8 e8)
Create a 9-tuple from this one where the first, third, fifth, sixth, and eighthelements are exchanged.
|
<E1,E3,E5,E6,E9> |
x13569(E1 e1,
E3 e3,
E5 e5,
E6 e6,
E9 e9)
Create a 9-tuple from this one where the first, third, fifth, sixth, and ninethelements are exchanged.
|
<E1,E3,E5,E7> |
x1357(E1 e1,
E3 e3,
E5 e5,
E7 e7)
Create a 9-tuple from this one where the first, third, fifth, and seventhelements are exchanged.
|
<E1,E3,E5,E7,E8> |
x13578(E1 e1,
E3 e3,
E5 e5,
E7 e7,
E8 e8)
Create a 9-tuple from this one where the first, third, fifth, seventh, and eighthelements are exchanged.
|
<E1,E3,E5,E7,E9> |
x13579(E1 e1,
E3 e3,
E5 e5,
E7 e7,
E9 e9)
Create a 9-tuple from this one where the first, third, fifth, seventh, and ninethelements are exchanged.
|
<E1,E3,E5,E8> |
x1358(E1 e1,
E3 e3,
E5 e5,
E8 e8)
Create a 9-tuple from this one where the first, third, fifth, and eighthelements are exchanged.
|
<E1,E3,E5,E8,E9> |
x13589(E1 e1,
E3 e3,
E5 e5,
E8 e8,
E9 e9)
Create a 9-tuple from this one where the first, third, fifth, eighth, and ninethelements are exchanged.
|
<E1,E3,E5,E9> |
x1359(E1 e1,
E3 e3,
E5 e5,
E9 e9)
Create a 9-tuple from this one where the first, third, fifth, and ninethelements are exchanged.
|
<E1,E3,E6> NTuple9<E1,T2,E3,T4,T5,E6,T7,T8,T9> |
x136(E1 e1,
E3 e3,
E6 e6)
Create a 9-tuple from this one where the first, third, and sixthelements are exchanged.
|
<E1,E3,E6,E7> |
x1367(E1 e1,
E3 e3,
E6 e6,
E7 e7)
Create a 9-tuple from this one where the first, third, sixth, and seventhelements are exchanged.
|
<E1,E3,E6,E7,E8> |
x13678(E1 e1,
E3 e3,
E6 e6,
E7 e7,
E8 e8)
Create a 9-tuple from this one where the first, third, sixth, seventh, and eighthelements are exchanged.
|
<E1,E3,E6,E7,E9> |
x13679(E1 e1,
E3 e3,
E6 e6,
E7 e7,
E9 e9)
Create a 9-tuple from this one where the first, third, sixth, seventh, and ninethelements are exchanged.
|
<E1,E3,E6,E8> |
x1368(E1 e1,
E3 e3,
E6 e6,
E8 e8)
Create a 9-tuple from this one where the first, third, sixth, and eighthelements are exchanged.
|
<E1,E3,E6,E8,E9> |
x13689(E1 e1,
E3 e3,
E6 e6,
E8 e8,
E9 e9)
Create a 9-tuple from this one where the first, third, sixth, eighth, and ninethelements are exchanged.
|
<E1,E3,E6,E9> |
x1369(E1 e1,
E3 e3,
E6 e6,
E9 e9)
Create a 9-tuple from this one where the first, third, sixth, and ninethelements are exchanged.
|
<E1,E3,E7> NTuple9<E1,T2,E3,T4,T5,T6,E7,T8,T9> |
x137(E1 e1,
E3 e3,
E7 e7)
Create a 9-tuple from this one where the first, third, and seventhelements are exchanged.
|
<E1,E3,E7,E8> |
x1378(E1 e1,
E3 e3,
E7 e7,
E8 e8)
Create a 9-tuple from this one where the first, third, seventh, and eighthelements are exchanged.
|
<E1,E3,E7,E8,E9> |
x13789(E1 e1,
E3 e3,
E7 e7,
E8 e8,
E9 e9)
Create a 9-tuple from this one where the first, third, seventh, eighth, and ninethelements are exchanged.
|
<E1,E3,E7,E9> |
x1379(E1 e1,
E3 e3,
E7 e7,
E9 e9)
Create a 9-tuple from this one where the first, third, seventh, and ninethelements are exchanged.
|
<E1,E3,E8> NTuple9<E1,T2,E3,T4,T5,T6,T7,E8,T9> |
x138(E1 e1,
E3 e3,
E8 e8)
Create a 9-tuple from this one where the first, third, and eighthelements are exchanged.
|
<E1,E3,E8,E9> |
x1389(E1 e1,
E3 e3,
E8 e8,
E9 e9)
Create a 9-tuple from this one where the first, third, eighth, and ninethelements are exchanged.
|
<E1,E3,E9> NTuple9<E1,T2,E3,T4,T5,T6,T7,T8,E9> |
x139(E1 e1,
E3 e3,
E9 e9)
Create a 9-tuple from this one where the first, third, and ninethelements are exchanged.
|
<E1,E4> NTuple9<E1,T2,T3,E4,T5,T6,T7,T8,T9> |
x14(E1 e1,
E4 e4)
Create a 9-tuple from this one where the first and fourth elements are exchanged.
|
<E1,E4,E5> NTuple9<E1,T2,T3,E4,E5,T6,T7,T8,T9> |
x145(E1 e1,
E4 e4,
E5 e5)
Create a 9-tuple from this one where the first, fourth, and fifthelements are exchanged.
|
<E1,E4,E5,E6> |
x1456(E1 e1,
E4 e4,
E5 e5,
E6 e6)
Create a 9-tuple from this one where the first, fourth, fifth, and sixthelements are exchanged.
|
<E1,E4,E5,E6,E7> |
x14567(E1 e1,
E4 e4,
E5 e5,
E6 e6,
E7 e7)
Create a 9-tuple from this one where the first, fourth, fifth, sixth, and seventhelements are exchanged.
|
<E1,E4,E5,E6,E8> |
x14568(E1 e1,
E4 e4,
E5 e5,
E6 e6,
E8 e8)
Create a 9-tuple from this one where the first, fourth, fifth, sixth, and eighthelements are exchanged.
|
<E1,E4,E5,E6,E9> |
x14569(E1 e1,
E4 e4,
E5 e5,
E6 e6,
E9 e9)
Create a 9-tuple from this one where the first, fourth, fifth, sixth, and ninethelements are exchanged.
|
<E1,E4,E5,E7> |
x1457(E1 e1,
E4 e4,
E5 e5,
E7 e7)
Create a 9-tuple from this one where the first, fourth, fifth, and seventhelements are exchanged.
|
<E1,E4,E5,E7,E8> |
x14578(E1 e1,
E4 e4,
E5 e5,
E7 e7,
E8 e8)
Create a 9-tuple from this one where the first, fourth, fifth, seventh, and eighthelements are exchanged.
|
<E1,E4,E5,E7,E9> |
x14579(E1 e1,
E4 e4,
E5 e5,
E7 e7,
E9 e9)
Create a 9-tuple from this one where the first, fourth, fifth, seventh, and ninethelements are exchanged.
|
<E1,E4,E5,E8> |
x1458(E1 e1,
E4 e4,
E5 e5,
E8 e8)
Create a 9-tuple from this one where the first, fourth, fifth, and eighthelements are exchanged.
|
<E1,E4,E5,E8,E9> |
x14589(E1 e1,
E4 e4,
E5 e5,
E8 e8,
E9 e9)
Create a 9-tuple from this one where the first, fourth, fifth, eighth, and ninethelements are exchanged.
|
<E1,E4,E5,E9> |
x1459(E1 e1,
E4 e4,
E5 e5,
E9 e9)
Create a 9-tuple from this one where the first, fourth, fifth, and ninethelements are exchanged.
|
<E1,E4,E6> NTuple9<E1,T2,T3,E4,T5,E6,T7,T8,T9> |
x146(E1 e1,
E4 e4,
E6 e6)
Create a 9-tuple from this one where the first, fourth, and sixthelements are exchanged.
|
<E1,E4,E6,E7> |
x1467(E1 e1,
E4 e4,
E6 e6,
E7 e7)
Create a 9-tuple from this one where the first, fourth, sixth, and seventhelements are exchanged.
|
<E1,E4,E6,E7,E8> |
x14678(E1 e1,
E4 e4,
E6 e6,
E7 e7,
E8 e8)
Create a 9-tuple from this one where the first, fourth, sixth, seventh, and eighthelements are exchanged.
|
<E1,E4,E6,E7,E9> |
x14679(E1 e1,
E4 e4,
E6 e6,
E7 e7,
E9 e9)
Create a 9-tuple from this one where the first, fourth, sixth, seventh, and ninethelements are exchanged.
|
<E1,E4,E6,E8> |
x1468(E1 e1,
E4 e4,
E6 e6,
E8 e8)
Create a 9-tuple from this one where the first, fourth, sixth, and eighthelements are exchanged.
|
<E1,E4,E6,E8,E9> |
x14689(E1 e1,
E4 e4,
E6 e6,
E8 e8,
E9 e9)
Create a 9-tuple from this one where the first, fourth, sixth, eighth, and ninethelements are exchanged.
|
<E1,E4,E6,E9> |
x1469(E1 e1,
E4 e4,
E6 e6,
E9 e9)
Create a 9-tuple from this one where the first, fourth, sixth, and ninethelements are exchanged.
|
<E1,E4,E7> NTuple9<E1,T2,T3,E4,T5,T6,E7,T8,T9> |
x147(E1 e1,
E4 e4,
E7 e7)
Create a 9-tuple from this one where the first, fourth, and seventhelements are exchanged.
|
<E1,E4,E7,E8> |
x1478(E1 e1,
E4 e4,
E7 e7,
E8 e8)
Create a 9-tuple from this one where the first, fourth, seventh, and eighthelements are exchanged.
|
<E1,E4,E7,E8,E9> |
x14789(E1 e1,
E4 e4,
E7 e7,
E8 e8,
E9 e9)
Create a 9-tuple from this one where the first, fourth, seventh, eighth, and ninethelements are exchanged.
|
<E1,E4,E7,E9> |
x1479(E1 e1,
E4 e4,
E7 e7,
E9 e9)
Create a 9-tuple from this one where the first, fourth, seventh, and ninethelements are exchanged.
|
<E1,E4,E8> NTuple9<E1,T2,T3,E4,T5,T6,T7,E8,T9> |
x148(E1 e1,
E4 e4,
E8 e8)
Create a 9-tuple from this one where the first, fourth, and eighthelements are exchanged.
|
<E1,E4,E8,E9> |
x1489(E1 e1,
E4 e4,
E8 e8,
E9 e9)
Create a 9-tuple from this one where the first, fourth, eighth, and ninethelements are exchanged.
|
<E1,E4,E9> NTuple9<E1,T2,T3,E4,T5,T6,T7,T8,E9> |
x149(E1 e1,
E4 e4,
E9 e9)
Create a 9-tuple from this one where the first, fourth, and ninethelements are exchanged.
|
<E1,E5> NTuple9<E1,T2,T3,T4,E5,T6,T7,T8,T9> |
x15(E1 e1,
E5 e5)
Create a 9-tuple from this one where the first and fifth elements are exchanged.
|
<E1,E5,E6> NTuple9<E1,T2,T3,T4,E5,E6,T7,T8,T9> |
x156(E1 e1,
E5 e5,
E6 e6)
Create a 9-tuple from this one where the first, fifth, and sixthelements are exchanged.
|
<E1,E5,E6,E7> |
x1567(E1 e1,
E5 e5,
E6 e6,
E7 e7)
Create a 9-tuple from this one where the first, fifth, sixth, and seventhelements are exchanged.
|
<E1,E5,E6,E7,E8> |
x15678(E1 e1,
E5 e5,
E6 e6,
E7 e7,
E8 e8)
Create a 9-tuple from this one where the first, fifth, sixth, seventh, and eighthelements are exchanged.
|
<E1,E5,E6,E7,E9> |
x15679(E1 e1,
E5 e5,
E6 e6,
E7 e7,
E9 e9)
Create a 9-tuple from this one where the first, fifth, sixth, seventh, and ninethelements are exchanged.
|
<E1,E5,E6,E8> |
x1568(E1 e1,
E5 e5,
E6 e6,
E8 e8)
Create a 9-tuple from this one where the first, fifth, sixth, and eighthelements are exchanged.
|
<E1,E5,E6,E8,E9> |
x15689(E1 e1,
E5 e5,
E6 e6,
E8 e8,
E9 e9)
Create a 9-tuple from this one where the first, fifth, sixth, eighth, and ninethelements are exchanged.
|
<E1,E5,E6,E9> |
x1569(E1 e1,
E5 e5,
E6 e6,
E9 e9)
Create a 9-tuple from this one where the first, fifth, sixth, and ninethelements are exchanged.
|
<E1,E5,E7> NTuple9<E1,T2,T3,T4,E5,T6,E7,T8,T9> |
x157(E1 e1,
E5 e5,
E7 e7)
Create a 9-tuple from this one where the first, fifth, and seventhelements are exchanged.
|
<E1,E5,E7,E8> |
x1578(E1 e1,
E5 e5,
E7 e7,
E8 e8)
Create a 9-tuple from this one where the first, fifth, seventh, and eighthelements are exchanged.
|
<E1,E5,E7,E8,E9> |
x15789(E1 e1,
E5 e5,
E7 e7,
E8 e8,
E9 e9)
Create a 9-tuple from this one where the first, fifth, seventh, eighth, and ninethelements are exchanged.
|
<E1,E5,E7,E9> |
x1579(E1 e1,
E5 e5,
E7 e7,
E9 e9)
Create a 9-tuple from this one where the first, fifth, seventh, and ninethelements are exchanged.
|
<E1,E5,E8> NTuple9<E1,T2,T3,T4,E5,T6,T7,E8,T9> |
x158(E1 e1,
E5 e5,
E8 e8)
Create a 9-tuple from this one where the first, fifth, and eighthelements are exchanged.
|
<E1,E5,E8,E9> |
x1589(E1 e1,
E5 e5,
E8 e8,
E9 e9)
Create a 9-tuple from this one where the first, fifth, eighth, and ninethelements are exchanged.
|
<E1,E5,E9> NTuple9<E1,T2,T3,T4,E5,T6,T7,T8,E9> |
x159(E1 e1,
E5 e5,
E9 e9)
Create a 9-tuple from this one where the first, fifth, and ninethelements are exchanged.
|
<E1,E6> NTuple9<E1,T2,T3,T4,T5,E6,T7,T8,T9> |
x16(E1 e1,
E6 e6)
Create a 9-tuple from this one where the first and sixth elements are exchanged.
|
<E1,E6,E7> NTuple9<E1,T2,T3,T4,T5,E6,E7,T8,T9> |
x167(E1 e1,
E6 e6,
E7 e7)
Create a 9-tuple from this one where the first, sixth, and seventhelements are exchanged.
|
<E1,E6,E7,E8> |
x1678(E1 e1,
E6 e6,
E7 e7,
E8 e8)
Create a 9-tuple from this one where the first, sixth, seventh, and eighthelements are exchanged.
|
<E1,E6,E7,E8,E9> |
x16789(E1 e1,
E6 e6,
E7 e7,
E8 e8,
E9 e9)
Create a 9-tuple from this one where the first, sixth, seventh, eighth, and ninethelements are exchanged.
|
<E1,E6,E7,E9> |
x1679(E1 e1,
E6 e6,
E7 e7,
E9 e9)
Create a 9-tuple from this one where the first, sixth, seventh, and ninethelements are exchanged.
|
<E1,E6,E8> NTuple9<E1,T2,T3,T4,T5,E6,T7,E8,T9> |
x168(E1 e1,
E6 e6,
E8 e8)
Create a 9-tuple from this one where the first, sixth, and eighthelements are exchanged.
|
<E1,E6,E8,E9> |
x1689(E1 e1,
E6 e6,
E8 e8,
E9 e9)
Create a 9-tuple from this one where the first, sixth, eighth, and ninethelements are exchanged.
|
<E1,E6,E9> NTuple9<E1,T2,T3,T4,T5,E6,T7,T8,E9> |
x169(E1 e1,
E6 e6,
E9 e9)
Create a 9-tuple from this one where the first, sixth, and ninethelements are exchanged.
|
<E1,E7> NTuple9<E1,T2,T3,T4,T5,T6,E7,T8,T9> |
x17(E1 e1,
E7 e7)
Create a 9-tuple from this one where the first and seventh elements are exchanged.
|
<E1,E7,E8> NTuple9<E1,T2,T3,T4,T5,T6,E7,E8,T9> |
x178(E1 e1,
E7 e7,
E8 e8)
Create a 9-tuple from this one where the first, seventh, and eighthelements are exchanged.
|
<E1,E7,E8,E9> |
x1789(E1 e1,
E7 e7,
E8 e8,
E9 e9)
Create a 9-tuple from this one where the first, seventh, eighth, and ninethelements are exchanged.
|
<E1,E7,E9> NTuple9<E1,T2,T3,T4,T5,T6,E7,T8,E9> |
x179(E1 e1,
E7 e7,
E9 e9)
Create a 9-tuple from this one where the first, seventh, and ninethelements are exchanged.
|
<E1,E8> NTuple9<E1,T2,T3,T4,T5,T6,T7,E8,T9> |
x18(E1 e1,
E8 e8)
Create a 9-tuple from this one where the first and eighth elements are exchanged.
|
<E1,E8,E9> NTuple9<E1,T2,T3,T4,T5,T6,T7,E8,E9> |
x189(E1 e1,
E8 e8,
E9 e9)
Create a 9-tuple from this one where the first, eighth, and ninethelements are exchanged.
|
<E1,E9> NTuple9<E1,T2,T3,T4,T5,T6,T7,T8,E9> |
x19(E1 e1,
E9 e9)
Create a 9-tuple from this one where the first and nineth elements are exchanged.
|
<E2> NTuple9<T1,E2,T3,T4,T5,T6,T7,T8,T9> |
x2(E2 e2)
Create a 9-tuple from this one where the second element is exchanged.
|
<E2,E3> NTuple9<T1,E2,E3,T4,T5,T6,T7,T8,T9> |
x23(E2 e2,
E3 e3)
Create a 9-tuple from this one where the second and third elements are exchanged.
|
<E2,E3,E4> NTuple9<T1,E2,E3,E4,T5,T6,T7,T8,T9> |
x234(E2 e2,
E3 e3,
E4 e4)
Create a 9-tuple from this one where the second, third, and fourthelements are exchanged.
|
<E2,E3,E4,E5> |
x2345(E2 e2,
E3 e3,
E4 e4,
E5 e5)
Create a 9-tuple from this one where the second, third, fourth, and fifthelements are exchanged.
|
<E2,E3,E4,E5,E6> |
x23456(E2 e2,
E3 e3,
E4 e4,
E5 e5,
E6 e6)
Create a 9-tuple from this one where the second, third, fourth, fifth, and sixthelements are exchanged.
|
<E2,E3,E4,E5,E7> |
x23457(E2 e2,
E3 e3,
E4 e4,
E5 e5,
E7 e7)
Create a 9-tuple from this one where the second, third, fourth, fifth, and seventhelements are exchanged.
|
<E2,E3,E4,E5,E8> |
x23458(E2 e2,
E3 e3,
E4 e4,
E5 e5,
E8 e8)
Create a 9-tuple from this one where the second, third, fourth, fifth, and eighthelements are exchanged.
|
<E2,E3,E4,E5,E9> |
x23459(E2 e2,
E3 e3,
E4 e4,
E5 e5,
E9 e9)
Create a 9-tuple from this one where the second, third, fourth, fifth, and ninethelements are exchanged.
|
<E2,E3,E4,E6> |
x2346(E2 e2,
E3 e3,
E4 e4,
E6 e6)
Create a 9-tuple from this one where the second, third, fourth, and sixthelements are exchanged.
|
<E2,E3,E4,E6,E7> |
x23467(E2 e2,
E3 e3,
E4 e4,
E6 e6,
E7 e7)
Create a 9-tuple from this one where the second, third, fourth, sixth, and seventhelements are exchanged.
|
<E2,E3,E4,E6,E8> |
x23468(E2 e2,
E3 e3,
E4 e4,
E6 e6,
E8 e8)
Create a 9-tuple from this one where the second, third, fourth, sixth, and eighthelements are exchanged.
|
<E2,E3,E4,E6,E9> |
x23469(E2 e2,
E3 e3,
E4 e4,
E6 e6,
E9 e9)
Create a 9-tuple from this one where the second, third, fourth, sixth, and ninethelements are exchanged.
|
<E2,E3,E4,E7> |
x2347(E2 e2,
E3 e3,
E4 e4,
E7 e7)
Create a 9-tuple from this one where the second, third, fourth, and seventhelements are exchanged.
|
<E2,E3,E4,E7,E8> |
x23478(E2 e2,
E3 e3,
E4 e4,
E7 e7,
E8 e8)
Create a 9-tuple from this one where the second, third, fourth, seventh, and eighthelements are exchanged.
|
<E2,E3,E4,E7,E9> |
x23479(E2 e2,
E3 e3,
E4 e4,
E7 e7,
E9 e9)
Create a 9-tuple from this one where the second, third, fourth, seventh, and ninethelements are exchanged.
|
<E2,E3,E4,E8> |
x2348(E2 e2,
E3 e3,
E4 e4,
E8 e8)
Create a 9-tuple from this one where the second, third, fourth, and eighthelements are exchanged.
|
<E2,E3,E4,E8,E9> |
x23489(E2 e2,
E3 e3,
E4 e4,
E8 e8,
E9 e9)
Create a 9-tuple from this one where the second, third, fourth, eighth, and ninethelements are exchanged.
|
<E2,E3,E4,E9> |
x2349(E2 e2,
E3 e3,
E4 e4,
E9 e9)
Create a 9-tuple from this one where the second, third, fourth, and ninethelements are exchanged.
|
<E2,E3,E5> NTuple9<T1,E2,E3,T4,E5,T6,T7,T8,T9> |
x235(E2 e2,
E3 e3,
E5 e5)
Create a 9-tuple from this one where the second, third, and fifthelements are exchanged.
|
<E2,E3,E5,E6> |
x2356(E2 e2,
E3 e3,
E5 e5,
E6 e6)
Create a 9-tuple from this one where the second, third, fifth, and sixthelements are exchanged.
|
<E2,E3,E5,E6,E7> |
x23567(E2 e2,
E3 e3,
E5 e5,
E6 e6,
E7 e7)
Create a 9-tuple from this one where the second, third, fifth, sixth, and seventhelements are exchanged.
|
<E2,E3,E5,E6,E8> |
x23568(E2 e2,
E3 e3,
E5 e5,
E6 e6,
E8 e8)
Create a 9-tuple from this one where the second, third, fifth, sixth, and eighthelements are exchanged.
|
<E2,E3,E5,E6,E9> |
x23569(E2 e2,
E3 e3,
E5 e5,
E6 e6,
E9 e9)
Create a 9-tuple from this one where the second, third, fifth, sixth, and ninethelements are exchanged.
|
<E2,E3,E5,E7> |
x2357(E2 e2,
E3 e3,
E5 e5,
E7 e7)
Create a 9-tuple from this one where the second, third, fifth, and seventhelements are exchanged.
|
<E2,E3,E5,E7,E8> |
x23578(E2 e2,
E3 e3,
E5 e5,
E7 e7,
E8 e8)
Create a 9-tuple from this one where the second, third, fifth, seventh, and eighthelements are exchanged.
|
<E2,E3,E5,E7,E9> |
x23579(E2 e2,
E3 e3,
E5 e5,
E7 e7,
E9 e9)
Create a 9-tuple from this one where the second, third, fifth, seventh, and ninethelements are exchanged.
|
<E2,E3,E5,E8> |
x2358(E2 e2,
E3 e3,
E5 e5,
E8 e8)
Create a 9-tuple from this one where the second, third, fifth, and eighthelements are exchanged.
|
<E2,E3,E5,E8,E9> |
x23589(E2 e2,
E3 e3,
E5 e5,
E8 e8,
E9 e9)
Create a 9-tuple from this one where the second, third, fifth, eighth, and ninethelements are exchanged.
|
<E2,E3,E5,E9> |
x2359(E2 e2,
E3 e3,
E5 e5,
E9 e9)
Create a 9-tuple from this one where the second, third, fifth, and ninethelements are exchanged.
|
<E2,E3,E6> NTuple9<T1,E2,E3,T4,T5,E6,T7,T8,T9> |
x236(E2 e2,
E3 e3,
E6 e6)
Create a 9-tuple from this one where the second, third, and sixthelements are exchanged.
|
<E2,E3,E6,E7> |
x2367(E2 e2,
E3 e3,
E6 e6,
E7 e7)
Create a 9-tuple from this one where the second, third, sixth, and seventhelements are exchanged.
|
<E2,E3,E6,E7,E8> |
x23678(E2 e2,
E3 e3,
E6 e6,
E7 e7,
E8 e8)
Create a 9-tuple from this one where the second, third, sixth, seventh, and eighthelements are exchanged.
|
<E2,E3,E6,E7,E9> |
x23679(E2 e2,
E3 e3,
E6 e6,
E7 e7,
E9 e9)
Create a 9-tuple from this one where the second, third, sixth, seventh, and ninethelements are exchanged.
|
<E2,E3,E6,E8> |
x2368(E2 e2,
E3 e3,
E6 e6,
E8 e8)
Create a 9-tuple from this one where the second, third, sixth, and eighthelements are exchanged.
|
<E2,E3,E6,E8,E9> |
x23689(E2 e2,
E3 e3,
E6 e6,
E8 e8,
E9 e9)
Create a 9-tuple from this one where the second, third, sixth, eighth, and ninethelements are exchanged.
|
<E2,E3,E6,E9> |
x2369(E2 e2,
E3 e3,
E6 e6,
E9 e9)
Create a 9-tuple from this one where the second, third, sixth, and ninethelements are exchanged.
|
<E2,E3,E7> NTuple9<T1,E2,E3,T4,T5,T6,E7,T8,T9> |
x237(E2 e2,
E3 e3,
E7 e7)
Create a 9-tuple from this one where the second, third, and seventhelements are exchanged.
|
<E2,E3,E7,E8> |
x2378(E2 e2,
E3 e3,
E7 e7,
E8 e8)
Create a 9-tuple from this one where the second, third, seventh, and eighthelements are exchanged.
|
<E2,E3,E7,E8,E9> |
x23789(E2 e2,
E3 e3,
E7 e7,
E8 e8,
E9 e9)
Create a 9-tuple from this one where the second, third, seventh, eighth, and ninethelements are exchanged.
|
<E2,E3,E7,E9> |
x2379(E2 e2,
E3 e3,
E7 e7,
E9 e9)
Create a 9-tuple from this one where the second, third, seventh, and ninethelements are exchanged.
|
<E2,E3,E8> NTuple9<T1,E2,E3,T4,T5,T6,T7,E8,T9> |
x238(E2 e2,
E3 e3,
E8 e8)
Create a 9-tuple from this one where the second, third, and eighthelements are exchanged.
|
<E2,E3,E8,E9> |
x2389(E2 e2,
E3 e3,
E8 e8,
E9 e9)
Create a 9-tuple from this one where the second, third, eighth, and ninethelements are exchanged.
|
<E2,E3,E9> NTuple9<T1,E2,E3,T4,T5,T6,T7,T8,E9> |
x239(E2 e2,
E3 e3,
E9 e9)
Create a 9-tuple from this one where the second, third, and ninethelements are exchanged.
|
<E2,E4> NTuple9<T1,E2,T3,E4,T5,T6,T7,T8,T9> |
x24(E2 e2,
E4 e4)
Create a 9-tuple from this one where the second and fourth elements are exchanged.
|
<E2,E4,E5> NTuple9<T1,E2,T3,E4,E5, |