static Map withoutKey(Map map, A key) { ret mapWithoutKey(map, key); } static Map withoutKey(A key, Map map) { ret withoutKey(map, key); }