| kind | = | "Tuple Many" |
Mimics
Inactive cells
Active cells
Specs
Inactive cells (details)
Active cells (details)
Returns a tuple, assuming the arguments are the right length for it
[ show source ]
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)