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

    Interface EdgeRewriteProduction

    Edge-replacement production.

    interface EdgeRewriteProduction {
        id: string;
        predecessorLabel: string;
        replacement: GraphReplacement;
    }
    Index
    id: string
    predecessorLabel: string
    replacement: GraphReplacement