Extract only the specified keys from the map.
B pick(Iterable<String> keys) => wrap((c) => tr.pickKeys(keys, c));