Mimics
Inactive cells
Active cells
Specs
Inactive cells (details)
kind = "Tuple Two"
Active cells (details)
_1()

Returns the object at index 0 in the receiving tuple

_2()

Returns the object at index 1 in the receiving tuple

createFrom(args)

Returns a tuple, assuming the arguments are the right length for it

method(args, 
  t = mimic 
  t private:initializeWith(*(args)) 
  t)
first()

Returns the object at index 0 in the receiving tuple

second()

Returns the object at index 1 in the receiving tuple