← Back
Editing: a.go
package a type Doer[T any] interface { Do() T }
Save File
Cancel