add a Map::contains suite to db

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-10-24 06:03:45 +00:00
parent 49343281d4
commit efb28c1a99
2 changed files with 89 additions and 0 deletions

View file

@ -1,3 +1,4 @@
mod contains;
mod count;
mod get;
mod insert;