书栈网 · BookStack 本次搜索耗时 0.037 秒,为您找到 650 个相关结果.
  • Foreign Function Interface API

    330 2022-01-19 《Deno v1.17.2 Manual》
    Foreign Function Interface API Usage Non-blocking FFI Supported types deno_bindgen Foreign Function Interface API As of Deno 1.13 and later, the FFI (foreign function interf...
  • Foreign Function Interface API

    333 2022-02-21 《Deno v1.18.3 Manual》
    Foreign Function Interface API Usage Non-blocking FFI Supported types deno_bindgen Foreign Function Interface API As of Deno 1.13 and later, the FFI (foreign function interf...
  • sets

    Imports Types Consts Procs Iterators Source Edit The sets module implements an efficient hash set and ordered hash set. Hash sets are different from the built in set ...
  • asyncdispatch

    Asynchronous procedures Handling Exceptions Discarding futures Handling futures Examples Investigating pending futures Limitations/Bugs Multiple async backend support Impor...
  • 预定义整数类型

    预定义整数类型 预定义整数类型 这些整数类型是预定义的: int 常规有符号整数类型,其大小与平台有关,并与指针的大小相同。 一般情况下应该使用这种类型。 一个没有类型后缀的整数字面量,如果在 low(int32)..high(int32) 范围内,就属于这种类型,否则该字面量的类型是 int64 。 intXX 这种命名规则,是有符号整数...
  • Numeric literals

    114 2024-07-11 《Nim v2.0 Manual》
    Numeric literals Custom numeric literals Numeric literals Numeric literals have the form: hexdigit = digit | 'A' .. 'F' | 'a' .. 'f' octdigit = '0' .. '7' bin...
  • 预定义整数类型

    预定义整数类型 预定义整数类型 这些整数类型是预定义的: int 通用有符号整数类型;它的大小取决于平台,并且与指针大小相同。 一般应该使用这种类型。 没有类型后缀的整数字面值是这种类型,如果它在 low(int32)… high(int32) 范围内,否则字面值的类型是 int64 。 intXX 附加的有符号整数类型的XX位使用此命名方案(例...
  • typeinfo

    Imports Types Procs Iterators Source Edit This module implements an interface to Nim’s runtime type information (RTTI). See the marshal module for an example of what t...
  • First-class iterators

    137 2024-07-11 《Nim v2.0 Manual》
    First-class iterators First-class iterators There are 2 kinds of iterators in Nim: inline and closure iterators. An inline iterator is an iterator that’s always inlined by the ...
  • 预定义整数类型

    预定义整数类型 预定义整数类型 这些整数类型是预定义的: int 通用有符号整数类型;它的大小取决于平台,并且与指针大小相同。 一般应该使用这种类型。 没有类型后缀的整数字面值是这种类型,如果它在 low(int32)… high(int32) 范围内,否则字面值的类型是 int64 。 intXX 附加的有符号整数类型的XX位使用此命名方案(例...