mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 20:32:34 +00:00
Initial generics
This commit is contained in:
@@ -57,7 +57,7 @@ impl BitArray {
|
||||
Self { bits, size }
|
||||
}
|
||||
|
||||
pub fn getSize(&self) -> usize {
|
||||
pub fn get_size(&self) -> usize {
|
||||
self.size
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user