|
|
|
|
|
by motiejus
1103 days ago
|
|
The language docs are OK: https://ziglang.org/documentation/master/ Zig taught me to read stdlib source, which I do at my $dayjob now too. It is perfectly fine to read stdlib source. Start with lib/std/mem.zig after reading the docs about the language. It is much more readable than the C "docs" ISO/IEC 9899:2011. I am so productive now. :) |
|
Zigs stdlib have near zero usable docs.
Yes I know you can browse the code, but thats difficult since the zig lsp has very little idea about a lot of types.