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.
2 parents a9d6699 + 725bf17 commit adecae4Copy full SHA for adecae4
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