-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zig: Pro #377
Comments
Zig 进阶:
zig 语法关键字:
zig 语法练习:
|
Zig 核心语法点:💢 1. 数据类型:
Arrays: 数组Vectors: 容器Slices: 切片struct: 结构体
Pointers: 指针💢 2. 基本语法:
💢 3. 进阶语法:3.1 错误处理:
3.2 comptime: 类似泛型
3.3 编译期反射和编译期代码执行:3.4 异步(Async/Await):3.5 C 语言互操作: |
Zig 语法进阶:
type vs anytype:
comptime:
errors:
Builtin-Functions 内建方法集: |
1 |
1 similar comment
1 |
This was referenced Aug 13, 2022
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
related:
The text was updated successfully, but these errors were encountered: