svoid printRecursiveObjectSize(S name default "", O o) { print("Size of " + name, n2(recursiveObjectSize(o))); }