pub fn tuple(elems: impl IntoIterator<Item = CodecExpr>) -> CodecExprExpand description
r.tuple(e0, e1, ...) - the empty tuple is r.unit.
pub fn tuple(elems: impl IntoIterator<Item = CodecExpr>) -> CodecExprr.tuple(e0, e1, ...) - the empty tuple is r.unit.