init(_:id:)
Creates content that contains a single value with a custom GenerationID.
Declaration
init(_ value: some ConvertibleToGeneratedContent, id: GenerationID)Parameters
- value:
The underlying value.
- id:
The Generationid for this content.
Creates content that contains a single value with a custom GenerationID.
init(_ value: some ConvertibleToGeneratedContent, id: GenerationID)The underlying value.
The Generationid for this content.