本教程搬砖于github
在学习move的过程中,发现没有什么中文的资料,刚好阅读到git上有人贡献了中文版,于是搬砖至掘金,方便大家学习
The Move Programming Language
Getting Started
Primitive Types
Basic Concepts
- 局部变量和作用域(Local Variables and Scopes)
- 等式(Equality)
- 中止和断言(Abort and Assert)
- 条件语句(Conditionals)
- 循环(While and Loop)
- 函数(Functions)
- 结构体和资源(Structs and Resources)
- 常量(Constants)
- 泛型(Generics)
- 类型能力(Type Abilities)
- 导入和别名(Uses and Aliases)
- 友元函数(Friends)
- 程序包(Packages)
- 单元测试(Unit Tests)