Files
ObsidianAI/Programming/Zig/Zig basic types.md

295 B

Numbers:

i16, u16, i32, u32, i64, u64

Boolean is declared with bool

#rewrite The note is extremely sparse and lacks context. It lists primitive number types and the boolean type but does not specify the programming language (likely Rust) or provide any explanation or usage examples.