static int metaTransformable_structureSize(O o) { new AtomicInt count; defaultMetaTransformer().visit(x -> incAtomicInt(count), o); ret count!; }