interface.go 73 B

123456
  1. package types
  2. func MustImplement[I any](v I) Empty {
  3. return Empty{}
  4. }