toggle menu
orgmode
0.3.2
common
switch theme
search in API
orgmode
/
xyz.lepisma.orgmode.core
/
collectUntil
collect
Until
fun
collectUntil
(
matchFn
:
(
Token
)
->
Boolean
)
:
Parser
<
List
<
Token
>
>
Collect all tokens from current till any one of them matches the given function.