static L keysWithoutHidden(Map map) { ret [O o in keys(map) | !isStringStartingWith(o, "[hidden] ")]; }