sS indentStructureString(int levels default 100, S s) { if (s == null) null; ret new StructureStringIndenter().levels(levels).get(s); }