object GeneratorParams
- Companion
- class
trait Product
trait Mirror
class Object
trait Matchable
class Any
Type members
Value members
Concrete methods
Parses generator parameters from the comma-separated string, collects the unrecognized ones.
Parses generator parameters from the comma-separated string, collects the unrecognized ones.
This allows subsequent generators to try and process those parameters.
Returns: Left(error): if a parsing error occurred. Right((params, remainder)): generated params and all unrecognized params