blob: 6d98648fe62b654d598bcc31dd4e4275c3f0a63f [file] [log] [blame]
#![crate_name = "foo"]
//@ has foo/type.CellIndex.html '//pre[@class="rust item-decl"]' 'type CellIndex<const D: usize> = [i64; D];'
pub type CellIndex<const D: usize> = [i64; D];