Open
Description
Similar to Rust's const
we want to introduce compile-time constants using the const
keyword. E.g.:
const UPPER_CAST_CONST: usize = 5;
Similar to Rust's const
we want to introduce compile-time constants using the const
keyword. E.g.:
const UPPER_CAST_CONST: usize = 5;