KeyValueList.has

Returns true if map has a Key

template KeyValueList(Pairs...)
template has (
Key...
) {
enum has;
}

Meta