We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad115fc + 890d04d commit b5c3f58Copy full SHA for b5c3f58
src/libcore/slice/mod.rs
@@ -21,14 +21,9 @@
21
// The library infrastructure for slices is fairly messy. There's
22
// a lot of stuff defined here. Let's keep it clean.
23
//
24
-// Since slices don't support inherent methods; all operations
25
-// on them are defined on traits, which are then re-exported from
26
-// the prelude for convenience. So there are a lot of traits here.
27
-//
28
// The layout of this file is thus:
29
30
-// * Slice-specific 'extension' traits and their implementations. This
31
-// is where most of the slice API resides.
+// * Inherent methods. This is where most of the slice API resides.
32
// * Implementations of a few common traits with important slice ops.
33
// * Definitions of a bunch of iterators.
34
// * Free functions.
0 commit comments