Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@tiendc tiendc released this 27 Nov 14:09
1daa322
  • Added SliceHasElem / SliceHasElemBy for checking slice contains certain values
  • Added SliceNotHaveElem / SliceNotHaveElemBy for checking slice not contain certain values
  • Added MapHasKey for checking map contains certain values
  • Added MapNotHaveKey for checking map not contain certain values