// isDirectIface reports whether t is stored directly in an interface value. func isDirectIface(t *_type) bool { … }