Contents

init(options:)

Creates a structure builder using the specified options.

Declaration

init(options: StructureBuilder.ConfigurationOptions)

Parameters

  • options:

    An option set to customize the captured structure.

Discussion

Pass the StructureBuilder/ConfigurationOptions/beautifyObjects option to enhance the look of the output for the captured structure, or ([]) to omit capture post-processing.

See Also

Creating a structure builder