finished ch8.1

This commit is contained in:
2025-01-17 20:51:38 -07:00
parent 40a722d93d
commit 1624bbb975
6 changed files with 193 additions and 18 deletions

View File

@ -13,12 +13,12 @@
"state": {
"type": "markdown",
"state": {
"file": "data_types.md",
"file": "ownership.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "data_types"
"title": "ownership"
}
},
{
@ -27,12 +27,12 @@
"state": {
"type": "markdown",
"state": {
"file": "Modules and Use.md",
"file": "Vector.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "Modules and Use"
"title": "Vector"
}
},
{
@ -41,16 +41,16 @@
"state": {
"type": "markdown",
"state": {
"file": "Collection of Common Data Structs.md",
"file": "data_types.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "Collection of Common Data Structs"
"title": "data_types"
}
}
],
"currentTab": 2
"currentTab": 1
}
],
"direction": "vertical"
@ -192,14 +192,16 @@
"command-palette:Open command palette": false
}
},
"active": "b6a35c226bb40634",
"active": "b80f5219fa24358f",
"lastOpenFiles": [
"Modules and Use.md",
"Collection of Common Data Structs.md",
"Packages.md",
"Vector.md",
"data_types.md",
"Crates.md",
"Modules and Use.md",
"ownership.md",
"Project Organization.md",
"Packages.md",
"Crates.md",
"crates.io.md",
"Paths.md",
"does_not_compile.svg",
@ -211,7 +213,6 @@
"Good and Bad Code/Commenting Pratices",
"Good and Bad Code",
"Data Types.md",
"ownership.md",
"Variables.md",
"README.md",
"Constants.md"