Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for recvParams (0.09 sec)

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

    // and then results.
    func (t *Type) RecvParamsResults() []*Field { return t.funcType().allParams }
    
    // RecvParams returns a slice containing the signature's receiver (if
    // any) followed by its (normal) parameters.
    func (t *Type) RecvParams() []*Field { return t.funcType().recvParams() }
    
    // ParamsResults returns a slice containing the signature's (normal)
    // parameters followed by its results.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 04 14:29:45 UTC 2024
    - 49.5K bytes
    - Viewed (0)
Back to top