smartSnakeBuilder function

Builder smartSnakeBuilder(
  1. BuilderOptions options
)

Implementation

Builder smartSnakeBuilder(BuilderOptions options) => SharedPartBuilder(
      [SmartSnakeGenerator()],
      'smart_snake',
    );