Generic type variables
The `Wrap` primitive wrapper object generic type variables
Last updated
Was this helpful?
The `Wrap` primitive wrapper object generic type variables
Last updated
Was this helpful?
Wrap<
Opening
,
Text
,
Closing
>
Opening
extends
string
=
string
A generic type variable constrained by the string
, by default of the value captured from the provided indicates the opening type of a new Wrap
instance.
Wrap<
Opening
,
Text
,
Closing
>
Text
extends
string
=
``
Wrap<
Opening
,
Text
,
Closing
>
Closing
extends
string
=
string
A generic type variable constrained by the string
, by default of the value captured from the provided indicates the text type of a new Wrap
instance.