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

10 lines
295 B
Markdown
Raw Permalink Normal View History

2026-01-03 10:23:05 -06:00
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.