You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-11-29 08:57:20 +02:00
Add timing for const slide (#2556)
I think this was missed when it split from the static slide. In the last course session, we spent a fair amount of time on this slide.
This commit is contained in:
committed by
GitHub
parent
f95c28f9a7
commit
cb5409052a
@@ -1,3 +1,7 @@
|
|||||||
|
---
|
||||||
|
minutes: 10
|
||||||
|
---
|
||||||
|
|
||||||
# `const`
|
# `const`
|
||||||
|
|
||||||
Constants are evaluated at compile time and their values are inlined wherever
|
Constants are evaluated at compile time and their values are inlined wherever
|
||||||
|
|||||||
Reference in New Issue
Block a user