port FastEdgeToEdgeCounter::new

This commit is contained in:
Henry Schimke
2023-03-31 20:05:53 -05:00
parent 612ef458f2
commit 097bfd1ead
4 changed files with 43 additions and 11 deletions

View File

@@ -18,6 +18,7 @@
// import java.util.Arrays;
use std::ops::Index;
use std::{cmp, fmt};
use crate::common::Result;