From da9b8386e91b879f284a3ee873aa7d9a08f590a7 Mon Sep 17 00:00:00 2001 From: Luke Tidd Date: Fri, 16 Dec 2022 16:41:55 -0500 Subject: [PATCH] started slices --- notes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/notes b/notes index af8befd..c6857be 100644 --- a/notes +++ b/notes @@ -209,4 +209,9 @@ references are immutable by default there can be one or multiple r/o references or only one mutable reference at a time +https://doc.rust-lang.org/book/ch04-03-slices.html +slices + +reference to a contiguous sequence of elements +