Erlang的类型表示法: 它可以用来定义新的数据类型并给代码添加类型注解(type annotation)。类型注解能让代码更易理解和维护,还可以在编译时检测错误。
基于161个网页-相关网页
当你声明常量或者变量的时候可以加上类型标注(type annotation),说明常量或者变量中要存储的值的类型。如果要添加类型标注,需要在常量或者变量名后面加上一个冒号和空格,然后加上类型名称。
基于22个网页-相关网页
The calling method needs a return type annotation.
主调用的方法必须有一个返回类型的注解。
You can also explicitly specify the return value of a function by providing a type annotation after all the parameters.
也可以通过在所有参数后面指定类型批注,从而显式指定函数的返回类型。
Describes the concept of type annotation and how to use it in a function definition to control the input and output data types.
描述类型批注的概念,以及如何在函数定义中使用它来控制输入和输出数据类型。
应用推荐