Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for newMethod (0.08 sec)

  1. src/cmd/compile/internal/types2/named.go

    // method receiver is instantiated with its receiver type parameters.
    //
    // Methods are numbered deterministically: given the same list of source files
    // presented to the type checker, or the same sequence of NewMethod and AddMethod
    // calls, the mapping from method index to corresponding method remains the same.
    // But the specific ordering is not specified and must not be relied on as it may
    // change in the future.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 20:03:31 UTC 2024
    - 23.9K bytes
    - Viewed (0)
  2. src/go/types/named.go

    // method receiver is instantiated with its receiver type parameters.
    //
    // Methods are numbered deterministically: given the same list of source files
    // presented to the type checker, or the same sequence of NewMethod and AddMethod
    // calls, the mapping from method index to corresponding method remains the same.
    // But the specific ordering is not specified and must not be relied on as it may
    // change in the future.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 20:03:31 UTC 2024
    - 24K bytes
    - Viewed (0)
Back to top