Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for boundsNegErrorFmts (0.4 sec)

  1. src/runtime/error.go

    	boundsSlice3C:    "slice bounds out of range [%x:%y:]",
    	boundsConvert:    "cannot convert slice with length %y to array or pointer to array with length %x",
    }
    
    // boundsNegErrorFmts are overriding formats if x is negative. In this case there's no need to report y.
    var boundsNegErrorFmts = [...]string{
    	boundsIndex:      "index out of range [%x]",
    	boundsSliceAlen:  "slice bounds out of range [:%x]",
    	boundsSliceAcap:  "slice bounds out of range [:%x]",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 19:10:41 UTC 2024
    - 9.9K bytes
    - Viewed (0)
Back to top