Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type T2 ¶
type T2[V1, V2 any] struct { V1 V1 V2 V2 }
func (T2[V1, V2]) MarshalJSON ¶ added in v0.0.5
func (*T2[V1, V2]) UnmarshalJSON ¶ added in v0.0.5
type T3 ¶
type T3[V1, V2, V3 any] struct { V1 V1 V2 V2 V3 V3 }
func (T3[V1, V2, V3]) MarshalJSON ¶ added in v0.0.5
func (*T3[V1, V2, V3]) UnmarshalJSON ¶ added in v0.0.5
type T4 ¶
type T4[V1, V2, V3, V4 any] struct { V1 V1 V2 V2 V3 V3 V4 V4 }
func (T4[V1, V2, V3, V4]) MarshalJSON ¶ added in v0.0.5
func (*T4[V1, V2, V3, V4]) UnmarshalJSON ¶ added in v0.0.5
type T5 ¶
type T5[V1, V2, V3, V4, V5 any] struct { V1 V1 V2 V2 V3 V3 V4 V4 V5 V5 }
func (T5[V1, V2, V3, V4, V5]) MarshalJSON ¶ added in v0.0.5
func (*T5[V1, V2, V3, V4, V5]) UnmarshalJSON ¶ added in v0.0.5
type T6 ¶
type T6[V1, V2, V3, V4, V5, V6 any] struct { V1 V1 V2 V2 V3 V3 V4 V4 V5 V5 V6 V6 }
func (T6[V1, V2, V3, V4, V5, V6]) MarshalJSON ¶ added in v0.0.5
func (*T6[V1, V2, V3, V4, V5, V6]) UnmarshalJSON ¶ added in v0.0.5
Click to show internal directories.
Click to hide internal directories.