# Functions
IsPartialSorted reports whether data[:k] is partial sorted, as top k of data[:].
# Type aliases
TimeDurationSlice attaches the methods of Interface to []time.Duration, sorting in increasing order.
TimeSlice attaches the methods of Interface to []time.Time, sorting in increasing order.