Add IsEmpty() chained method
Now supports checking for empty arrays, slices, strings, and maps with IsEmpty()
. For example:
ensure([]string{}).IsEmpty()
Now supports checking for empty arrays, slices, strings, and maps with IsEmpty()
. For example:
ensure([]string{}).IsEmpty()