书栈网 · BookStack 本次搜索耗时 0.035 秒,为您找到 170438 个相关结果.
  • Type Compatibility

    Type Compatibility A Note on Soundness Starting out Comparing two functions Function Parameter Bivariance Optional Parameters and Rest Parameters Functions with overloads En...
  • Distinct type

    582 2020-10-18 《Nim v1.4 Manual》
    Distinct type Modelling currencies Avoiding SQL injection attacks Distinct type A distinct type is new type derived from a base type that is incompatible with its base type....
  • String type

    444 2020-10-18 《Nim v1.4 Manual》
    String type String type All string literals are of the type string. A string in Nim is very similar to a sequence of characters. However, strings in Nim are both zero-terminat...
  • Type Conversion

    Type Conversion Functions Common Issues of Numeric Conversions toInt(8|16|32|64|128|256) toInt(8|16|32|64|128|256)OrZero toInt(8|16|32|64|128|256)OrNull toUInt(8|16|32|64|256) ...
  • Type Compatibility

    A Note on Soundness Starting out Comparing two functions Function Parameter Bivariance Optional Parameters and Rest Parameters Functions with overloads Enums Classes Privat...
  • Type Aliases

    Type aliases Type aliases Type aliases provide alternative names for existing types. If the type name is too long you can introduce a different shorter name and use the new one...
  • Type Aliases

    Type Aliases Models Record Constructors Type Aliases Type annotations can start to get long. This might be a real problem if you have records with many fields! This is the co...
  • Data Type

    Data Type Data Type IoTDB supports six data types in total: BOOLEAN (Boolean) INT32 (Integer) INT64 (Long Integer) FLOAT (Single Precision Floating Point) DOUBLE (Double Prec...
  • CREATE TYPE

    CREATE TYPE 概要 描述 参数 注解 示例 兼容性 另见 CREATE TYPE 定义新的数据类型。 概要 CREATE TYPE name AS ( attribute_name data_type [ COLLATE collation ] [, ... ] ] ) CREAT...
  • Type Compatibility

    Introduction A Note on Soundness Starting out Comparing two functions Function Parameter Bivariance Optional Parameters and Rest Parameters Functions with overloads Enums C...