r-lib / fastmap

Fast map implementation for R
https://r-lib.github.io/fastmap/
Other
133 stars 7 forks source link

Allow `$mset()` to work with empty input #39

Closed wch closed 6 months ago

wch commented 6 months ago

Previously calling $mset() with empty input would result in an error; now it is a no-op.