toggle menu
parsek
0.1.0
common
switch theme
search in API
core
/
parsek
/
ParserInput
/
Companion
Companion
object
Companion
Members
Functions
of
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.