We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ef306ed
Changed fastmap's $has() method to use C++ contains() method (which is new in hopscotch-map 2.3.0). (#30)
fastmap
$has()
contains()
Previously calling $mset() with empty input would result in an error; now it is a no-op. (#38)
$mset()