Initial generics

This commit is contained in:
Steve Cook
2023-03-01 22:08:12 -05:00
parent 26325928e7
commit a9bc58108c
65 changed files with 1013 additions and 883 deletions

View File

@@ -57,7 +57,7 @@ impl BitArray {
Self { bits, size }
}
pub fn getSize(&self) -> usize {
pub fn get_size(&self) -> usize {
self.size
}