dateparser ~master (2017-11-28T16:15:47Z)
Dub
Repo
SplitterResult
dateparser
splitter
package static
struct
SplitterResult (
Range
alias
RegEx
=
Regex
) {
Range
front
[@property getter];
bool
empty
[@property getter];
void
popFront
()
;
auto
save
[@property getter];
}
Members
Functions
popFront
void
popFront
()
empty
bool
empty
[@property getter]
Forward range primitives.
Properties
front
Range
front
[@property getter]
save
auto
save
[@property getter]
Forward range primitives.
Meta
Source
See Implementation
dateparser
splitter
functions
splitterWithMatches
structs
SplitterResult