Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IntuitiveMethodSet (0.2 sec)

  1. src/cmd/vendor/golang.org/x/tools/go/types/typeutil/ui.go

    package typeutil
    
    // This file defines utilities for user interfaces that display types.
    
    import (
    	"go/types"
    
    	"golang.org/x/tools/internal/aliases"
    )
    
    // IntuitiveMethodSet returns the intuitive method set of a type T,
    // which is the set of methods you can call on an addressable value of
    // that type.
    //
    // The result always contains MethodSet(T), and is exactly MethodSet(T)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 1.7K bytes
    - Viewed (0)
Back to top