inilike ~master (2021-09-27T18:58:46Z)
Dub
Repo
IniLikeReader.byGroup
inilike
range
IniLikeReader
Iterate thorugh groups of .ini-like file.
struct
IniLikeReader
(Range)
auto
byGroup
(
)
if
(
isInputRange
!
Range
&&
isSomeString
!(
ElementType
!
Range
)
&&
is
(
ElementEncodingType
!(
ElementType
!
Range
) :
char
)
)
Return Value
Type:
auto
Range of Group objects.
Meta
Source
See Implementation
inilike
range
IniLikeReader
constructors
this
functions
byGroup
byLeadingLines
structs
Group
Iterate thorugh groups of .ini-like file.