mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
wip: incomplete port checking
This commit is contained in:
@@ -51,6 +51,10 @@ impl PatternRow {
|
||||
pub fn sum(&self) -> PatternType {
|
||||
self.0.iter().sum()
|
||||
}
|
||||
|
||||
pub fn rev(&mut self) {
|
||||
self.0.reverse()
|
||||
}
|
||||
}
|
||||
|
||||
impl IntoIterator for PatternRow {
|
||||
|
||||
Reference in New Issue
Block a user