static IValue tupleFrom(List<IValue> array) { return IValue._(typeCode: typeCodeTuple, data: array); }