withDefault

halotukozak.alpaca.internal.withDefault
See thewithDefault companion object
infix class withDefault[T, Q]

A type-level marker used to provide default type parameters.

This class is used internally for type inference to allow optional type parameters with defaults in the lexer and parser APIs.

Type parameters

Q

the default type

T

the provided type

Attributes

Companion
object
Experimental
true
Source
WithDefault.scala
Graph
Supertypes
class Object
trait Matchable
class Any
In this article