All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.bizo.mighty.csv.package.scala Maven / Gradle / Ivy

package com.bizo.mighty

package object csv {
  type Row = Array[String]
  type RowGroup[K] = Tuple2[K, Seq[Row]]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy