You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CellID.AllNeighbors: Return nil for invalid level (golang#146)
Return nil if level is too low (cells are too large and might not be
neighbors) or higher than MaxLevel (no such cells exist). Weakens
precondition of function.
golang#104 complained that AllNeighbors
was returning the wrong results, but the level precondition was being
violated. Make this more obvious and less confusing.
0 commit comments