sdpc v0.1.0 (2017-03-23T22:36:17Z)
Dub
Repo
isParser.isParser
sdpc
primitives
isParser
Undocumented in source.
template
isParser
(T, E = char)
enum
isParser
=
is
(
T
==
struct
) &&
is
(
typeof
(
T
(
rng
))) &&
is
(
typeof
(
T
(
rng
)) ==
ParseResult
!(
S
,
Err
,
D
),
S
,
Err
,
D
)
;
Meta
Source
See Source File
sdpc
primitives
isParser
manifest constants
isParser