Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for whySafe (0.13 sec)

  1. src/reflect/type.go

    	if y.Kind() != abi.Func {
    		return false
    	}
    	yield := y.FuncType()
    	return yield.InCount == 2 && yield.OutCount == 1 && yield.Out(0).Kind() == abi.Bool
    }
    
    // add returns p+x.
    //
    // The whySafe string is ignored, so that the function still inlines
    // as efficiently as p+x, but all call sites should use the string to
    // record why the addition is safe, which is to say why the addition
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 85.5K bytes
    - Viewed (0)
Back to top