pull/226/merge
guangwu 5 months ago committed by GitHub
commit 4bf298e1f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1041,7 +1041,7 @@ Various helper functions used throughout the library.
### Comparator
Some data structures (e.g. TreeMap, TreeSet) require a comparator function to automatically keep their elements sorted upon insertion. This comparator is necessary during the initalization.
Some data structures (e.g. TreeMap, TreeSet) require a comparator function to automatically keep their elements sorted upon insertion. This comparator is necessary during the initialization.
Comparator is defined as:

Loading…
Cancel
Save