WithIndex

object WithIndex
Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

The names of the product elements

The names of the product elements

Inherited from:
Mirror

The name of the type

The name of the type

Inherited from:
Mirror

Givens

Givens

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