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
In java, nearest currently takes a List<T> but could take Collection<T> with no implementation changes. In C++ we currently take std::span but could take iterators.