Versions in this module Expand all Collapse all v0 v0.0.1 Apr 15, 2025 Changes in this version + type Affine struct + func NewAffine[T any](v T) *Affine[T] + func (a *Affine[T]) Unwrap() T + type LinearDeferType struct + func Linear[T any](v T) *LinearDeferType[T] + func (l *LinearDeferType[T]) Check() + func (l *LinearDeferType[T]) Unwrap() T + type LinearTypeGC struct + func LinearGC[T any](v T) *LinearTypeGC[T] + func (l *LinearTypeGC[T]) Unwrap() T