Constants
202307051956
Status: #idea
Tags: Rust
Constants
Warning
Data type of the constant must be annotated
- Must be set a constant expression (NOT the result of a value that can only be computed at runtime)
Info
const can be used in global scope
Important
Constants are computed at compile-time
Immutable variables are computed at run-time