package data // TODO docstring type ISearchCriteria[T any] interface { Matches(t T) bool }