pry ~master (2022-05-10T05:39:50.997815)
Dub
Repo
Range.parse
pry
atoms
parsers
Range
Undocumented in source. Be warned that the author may not have intended to support it.
struct
Range
(alias low, alias high)
const
bool
parse
(
ref
Stream
stream
,
ref
ElementType
!
Stream
value
,
ref
Stream.Error
err
)
if
(
is
(
typeof
(
low
) :
ElementType
!
Stream
) &&
is
(
typeof
(
high
) :
ElementType
!
Stream
)
)
Meta
Source
See Implementation
pry
atoms
parsers
Range
functions
parse
static variables
msg