Sign in
rust
/
rust
/
be90b53d2b756c83f14ea80c4e607fc81dfa3d1d
/
.
/
tests
/
rustdoc
/
const-generics
/
type-alias.rs
blob: 72473a112440ce28414f01b479f18dc3e4a789db [
file
] [
log
] [
blame
]
#![
crate_name
=
"foo"
]
// @has foo/type.CellIndex.html '//div[@class="item-decl"]/pre[@class="rust"]' 'type CellIndex<const D: usize> = [i64; D];'
pub
type
CellIndex
<
const
D
:
usize
>
=
[
i64
;
D
];