Generic type variables
Last updated
Was this helpful?
Last updated
Was this helpful?
Wrap<Opening, ...>
Opening extends string
A generic type variable constrained by the , by default of the value captured from the provided opening
indicates the opening type of a new instance.
Wrap<..., Closing>
Closing extends string
A generic type variable constrained by the , by default of the value captured from the provided closing
indicates the closing type of a new instance.