erikd / vector-algorithms

Other
23 stars 15 forks source link

Expose terminate function #15

Closed onslaughtq closed 5 years ago

onslaughtq commented 5 years ago

Due to the refactor of the AmericanFlag module and the Lexicographic type, the terminate function is no longer exposed by the module, but a method with it's type signature is still expected to be passed to the sortBy function.

I suggest that the terminate function be exposed as part of this module.

erikd commented 5 years ago

This is git and will be in the next release.