type runtime.functype
10 uses
runtime (current package)
mfinal.go#L377: ft := (*functype)(unsafe.Pointer(ftyp))
type.go#L77: functype
type.go#L319: func (t *functype) in() []*_type {
type.go#L321: uadd := uintptr(unsafe.Sizeof(functype{}))
type.go#L328: func (t *functype) out() []*_type {
type.go#L330: uadd := uintptr(unsafe.Sizeof(functype{}))
type.go#L338: func (t *functype) dotdotdot() bool {
type.go#L421: type functype struct {
type.go#L643: ft := (*functype)(unsafe.Pointer(t))
type.go#L644: fv := (*functype)(unsafe.Pointer(v))
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)