axmac 0.1.1

Readable indexing macros for 1-4 dimensional data structures
Documentation
1
2
3
4
5
6
7

use axmac::ax;

#[test]
fn can_work() {
    assert_eq!(ax!(x), 0usize);
}