KeyValueList.filterByKey

Filters entries with function or template F passing only a key from an entry, leaving entry only if F returning true.

template KeyValueList(Pairs...)
static
template filterByKey () {}

Members

Aliases

filterByKey
alias filterByKey = KeyValueList!(staticRobin!(StrictExpressionList!(newKeys, newValues)))
Undocumented in source.

Meta