Searched defs:boundsError (Results 1 – 1 of 1) sorted by relevance
116 type boundsError struct { struct117 x int64118 y int123 signed bool124 code boundsErrorCode172 func (e boundsError) RuntimeError() {}184 func (e boundsError) Error() string {