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

expr.Selectable.scala Maven / Gradle / Ivy

package galileo.selectable

import galileo.expr.Expr

trait Selectable {
	def select(indices:List[Expr]):Expr
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy