pry v0.3.2 (2017-01-15T21:19:28Z)
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)
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