Match

object Match
class Object
trait Matchable
class Any

Type members

Classlikes

case
class WithIndex[Index <: Int, Keyword](index: Index, keyword: Keyword) extends Trait

Types

opaque type +:[A, B]

Givens

Givens

given `PolyCont_+:_Domain_LastValue`[Index <: Int, Keyword, Domain, LastValue](using val dsl: PolyCont[Keyword, Domain, LastValue], val valueOfIndex: ValueOf[Index]): PolyCont[WithIndex[Index, Keyword] +: Nothing, Domain, LastValue]
given `PolyCont_+:_Domain_Value`[Index <: Int, LeftKeyword, RestKeyword, Domain, Value](using val leftDsl: PolyCont[LeftKeyword, Domain, Value], val valueOfIndex: ValueOf[Index], val restDsl: PolyCont[RestKeyword, Domain, Value]): PolyCont[WithIndex[Index, LeftKeyword] +: RestKeyword, Domain, Value]