iterate

Creates an iterator that iterates over groups that start with a common string, filling an instance of the passed class type from the variables of each matching group and calling the delegate.

iterate
(
T
Source = ConfigParser
)

Parameters

T

type of the class to fill

Source

source to use

root istring

start of the group name

config Source

instance of the source to use

Return Value

Type: ConfigIterator!(T)

iterator that iterates over all groups matching the pattern

Meta