Versions in this module Expand all Collapse all v0 v0.7.1 Dec 26, 2016 v0.7.0 Dec 8, 2016 Changes in this version + func ApplyFilter(u *task.List, f func(uint64, int) bool) + func IndexOf(u *task.List, uid uint64) int + func IntersectSorted(lists []*task.List) *task.List + func IntersectWith(u, v *task.List) + func MergeSorted(lists []*task.List) *task.List + func ToUintsListForTest(ul []*task.List) [][]uint64