⚠️ Internal: This API is not publically exported by the
package.
Interface VarianceStruct<R, E, In, L, Z>
interface VarianceStruct { _E: ((_) => E); _In: ((_) => void); _L: ((_) => L); _R: ((_) => R); _Z: ((_) => Z); } Type Parameters
out R
out E
in In
out L
out Z
Since
2.0.0