Add missing methods (GetIfExists/CheckValue) to Map pseudo-generics

This commit is contained in:
Ricardo Luís Vaz Silva 2023-01-22 22:06:46 -03:00 committed by Christoph Oelckers
commit b47aa37919
2 changed files with 15 additions and 2 deletions

View file

@ -167,10 +167,12 @@ xx(Insert)
xx(InsertNew)
xx(Remove)
xx(Get)
xx(GetIfExists)
xx(GetValue)
xx(GetKey)
xx(SetValue)
xx(CheckKey)
xx(CheckValue)
xx(Value)
xx(Copy)
xx(Move)