Geometry nearest
functions should take generic collection
#7873
Labels
type: feature
Brand new functionality, features, pages, workflows, endpoints, etc.
In java,
nearest
currently takes aList<T>
but could takeCollection<T>
with no implementation changes. In C++ we currently takestd::span
but could take iterators.The text was updated successfully, but these errors were encountered: