decorators

open override val decorators: List<ArrayDecorator>(source)

Additional logic that determines how strings are generated.

Decorators are automatically applied when generateStrings is invoked. To generate strings without using decorators, use generateUndecoratedStrings. Decorators are applied in ascending order. That is, the output of the scheme is fed into the decorator at index 0, and that output is fed into the decorator at index 1, and so on.