Bitvector helper method added.

This commit is contained in:
2024-04-04 13:59:30 -04:00
parent 1e3e173dfe
commit 1dac740fca
3 changed files with 23 additions and 0 deletions
+1
View File
@@ -35,4 +35,5 @@ public class MiscUtils {
// empty last names are fine, return false
return false;
}
}