local me =
function me.display(tuple, separator) if (separator
function me.clone(tuple) local newTuple =
for idx, value in ipairs(tuple) do newTuple[idx] = value end return newTupleend
return me
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Module:Sandbox/isaacl/ColourSpace/Tuple".
Except where otherwise indicated, Everything.Explained.Today is © Copyright 2009-2024, A B Cryer, All Rights Reserved. Cookie policy.