MapExtension.CheckDg

Delegate used to check whether a given record should be dumped or loaded

template MapExtension(K, V)
alias CheckDg = bool delegate(ref K, ref V)

Meta