specd ~master (2013-12-17T06:38:49Z)
Dub
Repo
contain
specd
matchers
Undocumented in source. Be warned that the author may not have intended to support it.
void
contain
(
T
T1
)
(
Match
!
T
matcher
,
T1
fragment
)
if
(
is
(
typeof
(
indexOf
(
matcher.dummyMatch
,
fragment
) != -1) ==
bool
)
)
Meta
Source
See Implementation
specd
matchers
classes
Match
MatchException
functions
False
Null
True
approxEqual
be_
between
calling
contain
equal
greater_than
greater_than_or_equal_to
less_than
less_than_or_equal_to
must
sameAs
throw_