static Set dynFields(O o) { ret o instanceof DynamicObject ? stringsOnly_orderedSet(keys(((DynamicObject) o).fieldValues)) : emptySet(); }