init(type:guides:)
Creates a schema from a generable type and guides.
Declaration
init<Value>(type: Value.Type, guides: [GenerationGuide<Value>] = []) where Value : GenerableParameters
- type:
A
Generabletype - guides:
Generation guides to apply to this
DynamicGenerationSchema.