func IntMax(slice bigslice.Slice) bigslice.Slice
IntMax computes the maximum integer (by key) of slice, where slice has type Slice<K, int>. We will use this trivial slice to illustrate testing facilities. See max_test.go.