Mimics
Inactive cells
Active cells
Specs
Inactive cells (details)
kind = "Tuple Many"
Active cells (details)
createFrom(args)

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

method(args, 
  t = mimic 
  t private:initializeWith(*(args)) 
  len = args length 
  (10 ..(len)) each(index, 
    t cell(:(internal:concatenateText("_", index, ""))) = Tuple private:accessor(index -(1)) 
    ) 
  t)