We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ba363d commit 725bf17Copy full SHA for 725bf17
text/2000-const-generics.md
@@ -12,7 +12,7 @@ allow users to write impls which are abstract over all array types.
12
# Motivation
13
[motivation]: #motivation
14
15
-Rust currently has one type which is parametric over constants: the built-inf
+Rust currently has one type which is parametric over constants: the built-in
16
array type `[T; LEN]`. However, because const generics are not a first class
17
feature, users cannot define their own types which are generic over constant
18
values, and cannot implement traits for all arrays.
0 commit comments