⚠️ Internal: This API is not publically exported by the
package.
Interface VarianceStruct<R, E, A>
interface VarianceStruct { _A: ((_) => A); _E: ((_) => E); _R: ((_) => R); _V: string; } Properties
Readonly
_A
_A: ((_) => A)
Readonly
_E
_E: ((_) => E)
Readonly
_R
_R: ((_) => R)
Since
2.0.0