sdpc ~master (2022-02-23T09:48:48.8355398)
Dub
Repo
PositionRangeNonWhite
sdpc
primitives
Undocumented in source.
struct
PositionRangeNonWhite (
R
)
if
(
isSomeChar
!(
ElementType
!
R
)
) {
import
std
.
range
:
ElementType
;
;
R
r
;
int
row
;
int
col
;
bool
empty
();
auto
front
();
void
popFront
();
auto
save
();
}
Members
Functions
empty
bool
empty
()
Undocumented in source. Be warned that the author may not have intended to support it.
front
auto
front
()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void
popFront
()
Undocumented in source. Be warned that the author may not have intended to support it.
save
auto
save
()
col
int
col
;
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
r
R
r
;
Undocumented in source.
row
int
row
;
Undocumented in source.
Meta
Source
See Implementation
sdpc
primitives
aliases
Unit
classes
Cache
functions
save
with_position
interfaces
ICache
structs
PositionRange
PositionRangeNonWhite
Span
templates
ParserReturnTypes
hasPosition
staticEnumerate
unitizeFunc
unitizeType
variables
isForwardRange
isParsingRange