ponies v0.0.5 (2018-11-12T22:41:36Z)
Dub
Repo
PlusMinusSet
matcher
Undocumented in source.
class
PlusMinusSet : Matcher!T(
T
) {
this
(string[] values);
static
auto
fromArray
(string[] values);
void
accept
(string context, T givenValues);
string
toString
();
}
Constructors
this
this
(string[] values)
Undocumented in source.
Members
Functions
accept
void
accept
(string context, T givenValues)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
fromArray
auto
fromArray
(string[] values)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
matcher
classes
Everything
Just
Matcher
One
PlusMinusSet
Set
functions
trimPlusMinus