Companion
Functions
Answer the empty tuple.
Compute AvailObject.multiplier raised to the specified power, truncated to an int.
Answer the specified element of the tuple.
Replace the specified element of the tuple, destructively if it's mutable and of the right optimized element type. Answer the modified original or edited copy.
Answer the number of elements in this tuple.
Construct a new tuple of ints. Use the most compact representation that can still represent each supplied Integer.
Construct a new tuple of arbitrary Avail objects based on the given tuple, but with an occurrence of the specified element missing, if it was present at all. The elements may end up being shared between the original and the copy, so the client must ensure that either the elements are marked immutable, or one of the copies is not kept after the call. If the element is not found, then answer the original tuple.
Properties
The CheckedMethod for staticConcatenateTuples.
The CheckedMethod for staticTupleAt.