tuples

object tuples
class Object
trait Matchable
class Any
tuples.type

Givens

Givens

given tupleDecoder[T <: Tuple](using ic: ProductInstances[OptCellDecoder, T]): RowDecoder[T]
given tupleEncoder[T <: Tuple](using ic: ProductInstances[CellEncoder, T]): RowEncoder[T]