首页
AI Coding
NEW
沸点
课程
直播
活动
AI刷题
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
会员
登录
注册
朱慢慢
掘友等级
获得徽章 0
动态
文章
专栏
沸点
收藏集
关注
作品
赞
8
文章 8
沸点 0
赞
8
返回
|
搜索文章
最新
热门
【move】19.Type Abilities
能力 (abilities) Abilities are a typing feature in Move that control what actions are permissible for
【move】18.Generics
泛型 (generics) Generics can be used to define functions and structs over different input data types.
【move】17.Constants
常量 (Constants) Constants are a way of giving a name to shared, static values inside of a module or s
【move】16.Structs and Resources
结构体和资源 A struct is a user-defined data structure containing typed fields. Structs can store any non-
【move】15.Functions
函数 (Functions) Function syntax in Move is shared between module functions and script functions. Func
【move】14.While and Loop
While and Loop Move offers two constructs for looping: while and loop. Move 提供了两种循环结构: while and loo
【move】13.Conditionals
条件语句 (Conditionals) An if expression specifies that some code should only be evaluated if a certain
【move】12.Abort and Assert
中止和断言 (Abort and Assert) return and abort are two control flow constructs that end execution, one fo
【move】11.Equality
等式 (Equality) Move supports two equality operations == and != Move 支持两种等式操作: == 和 != 操作 (Operations)
【move】10.Local Variables and Scope
局部变量和作用域(Local Variables and Scopes) Local variables in Move are lexically (statically) scoped. New
下一页
个人成就
文章被点赞
1
文章被阅读
5,021
掘力值
63
关注了
16
关注者
2
收藏集
1
关注标签
27
加入于
2016-12-19