4 lines
40 B
Rust
4 lines
40 B
Rust
|
type T = i16;
|
||
|
|
||
|
const bits: T = 16 as T;
|