pry v0.7.0 (2023-07-14T13:49:15Z)
Dub
Repo
parsers.stk
pry
atoms
parsers
Single element token, skipping any whitespace at front.
template
parsers
(Stream)
auto
stk
(
alias
c
)
(
)
if
(
is
(
typeof
(
c
) :
ElementType
!
Stream
) &&
is
(
typeof
(
c
) :
dchar
)
)
if
(
!
is
(
Stream
==
string
)
)
Meta
Source
See Implementation
pry
atoms
parsers
functions
dynamic
eof
literal
range
set
stk
tk
wrap
interfaces
DynamicParser
structs
Eof
Literal
Range
Set
Tk
Single element token, skipping any whitespace at front.