// note: auto-magic type parameter static AutoMap autoTreeMap(IF0 f) { AutoMap map = new(f); map.map = new TreeMap; ret map; }