Versions in this module Expand all Collapse all v0 v0.1.1 Mar 22, 2020 v0.1.0 Jun 16, 2019 Changes in this version + type Tuple struct + func NewTuple(data ...interface{}) *Tuple + func (t *Tuple) Nth(pos int) interface{} + func (t *Tuple) String() string