1 2 3 4 5 6
package stored // Object returns the wrapped object as itself. func (stored *Stored[T]) Object() T { return stored.obj }