sbool isInstanceOrNull(Class type, O arg) { ret arg == null || isInstance(type, arg); }