svoid test_StructureStringIndenter() { var indenter = new StructureStringIndenter().verbose(true); S s = [[X(i=[C(name="something short")], j=array{"something longer than 40 chars?", e, f, g, 123}, o=u)]]; copyToClipboard(print(indenter.get(s))); }