IniLikeGroup.removeEntries

Remove all entries satisying ToDelete function. ToDelete should be function accepting string key and value and return boolean.

class IniLikeGroup
@trusted final
void
removeEntries
(
alias ToDelete
)
()

Meta