@rbxts/a-plant-generator - v0.2.0
    Preparing search index...

    Interface DerivationResult

    Complete or bounded-partial derivation output.

    interface DerivationResult {
        diagnostics: readonly Diagnostic[];
        history?: readonly (readonly ModuleSymbol[])[];
        randomState: number;
        statistics: DerivationStatistics;
        word: readonly ModuleSymbol[];
    }
    Index
    diagnostics: readonly Diagnostic[]
    history?: readonly (readonly ModuleSymbol[])[]
    randomState: number
    word: readonly ModuleSymbol[]