Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for boundsErrorFmts (0.19 sec)

  1. src/runtime/error.go

    	boundsConvert // (*[x]T)(s), 0 <= x <= len(s) failed
    	// Note: in the above, len(s) and cap(s) are stored in y
    )
    
    // boundsErrorFmts provide error text for various out-of-bounds panics.
    // Note: if you change these strings, you should adjust the size of the buffer
    // in boundsError.Error below as well.
    var boundsErrorFmts = [...]string{
    	boundsIndex:      "index out of range [%x] with length %y",
    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