math and more icons

This commit is contained in:
2023-04-23 21:15:48 +00:00
parent 11b70a6da8
commit dff82d018b
7 changed files with 279 additions and 43 deletions

View File

@ -5,6 +5,8 @@ export default Blog({
published: "2019-02-05",
});
$m_at^h$
The first memory type we'll look at is pretty special: when Rust can prove that a _value_ is fixed
for the life of a program (`const`), and when a _reference_ is unique for the life of a program
(`static` as a declaration, not