Revision 21677852e9fc23b9fdcfba2a7182d79c35d5dafa authored by brharrington on 20 March 2020, 23:01:37 UTC, committed by GitHub on 20 March 2020, 23:01:37 UTC
This method is available for maps in scala 2.13.0. This makes
the custom SmallHashMap more inline with the scala maps.
1 parent 9731b72
Raw File
.gitignore

# Tmp files created by vim
*.swp

# Compiled sources
*.class

# Anything in target dirs
build
gh-pages-build
target

# Ivy caches
.gradle
.ivy2
.ivy2.cache
.sbt

# Intellij
*.iml
*.ipr
*.iws

# anything in .idea dirs
.idea
.idea_modules
out
back to top