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
Package io has SeekStart, SeekCurrent, SeekEnd to document the magic values 0, 1, 2 for Seeking. Package cmp should have constants Lt = -1, Eq = 0, and Gt = 1 for documenting what a compare function returns.