Companion

object Companion

Functions

Link copied to clipboard
fun <I : Any, U : Any> of(input: Collection<I>, userContext: U, index: Int = 0): ParserInput<I, U>

Creates a ParserInput from a Collection, converting it to a List internally.