Open hhstore opened 2 years ago
官方文档:
基础数据类型:
Optionals: (类似 Rust Option)
null:
undefined:
extern-struct:
opaque: ⭐⭐⭐⭐⭐
blocks: 块语法, 类似 rust/go, {}, 生命周期概念.
noreturn:
defer / errdefer:
try / catch: 异常机制
switch: 类似 rust match
unreachable:
type
vs anytype
的区别.anytype 用例:
comptime
的使用方式.泛型
的场景使用. 典型例子:
文档:
示例:
1
1
related: