samchon / tstl

TypeScript-STL (Standard Template Library, migrated from C++)
MIT License
602 stars 49 forks source link

Fix default arguments for minmax functions #110

Closed zakuroishikuro closed 2 years ago

zakuroishikuro commented 2 years ago

comp: Comparator = less

Before submitting a Pull Request, please test your code. If you created a new created a new feature, then create the unit test function, too.

# COMPILE & TEST AT ONCE
npm run build

####
# SPECIAL COMMANDS
####
tsc # COMPILE ONLY
npm run test # TEST ONLY

npm run clean # CLEAN COMPILED RESULTS UP

Learn more about the CONTRIBUTING