Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for makeComparableInterface (0.19 sec)

  1. src/cmd/compile/internal/types/universe.go

    	})
    	method := NewField(src.NoXPos, LocalPkg.Lookup("Error"), sig)
    	return NewInterface([]*Field{method})
    }
    
    // makeComparableInterface makes the predefined "comparable" interface in the
    // built-in package. It has a unique name, but no methods.
    func makeComparableInterface() *Type {
    	return NewInterface(nil)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jan 26 21:56:49 UTC 2023
    - 4K bytes
    - Viewed (0)
Back to top