| Crates.io | distantia |
| lib.rs | distantia |
| version | 0.0.0 |
| created_at | 2023-04-11 18:08:25.925745+00 |
| updated_at | 2023-04-11 18:08:25.925745+00 |
| description | Away from |
| homepage | |
| repository | https://github.com/oovm/distantia |
| max_upload_size | |
| id | 836227 |
| size | 4,909 |
#[test]
fn count() {
let cache = SymmetricGroupCache::default();
for c in 1..=10 {
println!("{:>2}: {}", c, cache.a000602(c));
}
}