Collections.Tuple

(in [./Carbon/Collections/Tuple.lua](https://github.com/lua-carbon/carbon/tree/master/./Carbon/Collections/Tuple.lua))
A disposable List object for quick vararg transformations. Inherits OOP.Object
## Methods

class public Tuple:New(...)

Returns Tuple

object public Tuple:Init(...)

Returns void

Creates a new Tuple.

object public Tuple:Destroy(...)

Returns ...

Destroys the tuple, passing any arguments that it was given as return values. This will put the tuple back into the main buffer, usually.

object public Tuple:Unpack()

Returns ...

Unpacks and destroys the Tuple, returning all its values.
## Properties [none]