Skip to content

Ref{}

type Ref[T any] struct {
	Ptr *T
	Fn  func(T)
}