struct rtconst class std::Tuple

sys::Obj
  std::Tuple
first

readonly Tuple^A first

isImmutable

virtual override Bool isImmutable()

make1

new make1(Tuple^A a)

make2

new make2(Tuple^A a, Tuple^B b)

make3

new make3(Tuple^A a, Tuple^B b, Tuple^C c)

makeConst

new makeConst(Tuple^A a, Tuple^B b, Tuple^C c)

second

readonly Tuple^B second

third

readonly Tuple^C third

toImmutable

virtual override Tuple<Tuple^A,Tuple^B,Tuple^C> toImmutable()