首页
AI Coding
NEW
沸点
课程
直播
活动
AI刷题
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
会员
登录
注册
move
朱慢慢
创建于2022-10-17
订阅专栏
move语言基础
等 1 人订阅
共7篇文章
创建于2022-10-17
订阅专栏
默认顺序
默认顺序
最早发布
最新发布
【move】2.Move Tutorial
Move 教程(Move Tutorial) Welcome to the Move Tutorial! In this tutorial, we are going to go through so
【move】目录
The Move Programming Language 引言(Introduction) Getting Started 模块和脚本(Modules and Scripts) Move 教程(Mo
【move】9.Tuples and Unit
元组和单值 Move 不完全支持元组,因为人们可能期望像来自另一种语言的元组一样将它们作为头等值(即头等公民)。但是,为了支持多个返回值,Move 具有类似元组的表达式。这些表达式在运行时不会产生具体
【move】13.Conditionals
条件语句 (Conditionals) An if expression specifies that some code should only be evaluated if a certain
【move】20.Uses and Aliases
使用与别名(Uses and Aliases) The use syntax can be used to create aliases to members in other modules. us
【move】23.Unit Tests
单元测试 (Unit Tests) Unit testing for Move adds three new annotations to the Move source language: Move
【move】27.Coding Conventions
Move 编码约定 本节列出了 Move 团队认为有用的一些基本的 Move 编码约定。这些只是建议,如果你喜欢其他格式指南和约定,你可以随时使用它们。 命名 模块名称:应该使用小写的蛇形命名法,例如