书栈网 · BookStack 本次搜索耗时 0.033 秒,为您找到 650 个相关结果.
  • 异常跟踪

    异常跟踪 异常跟踪 Nim支持异常跟踪。 raises 编译器可用于显式定义允许proc/iterator/method/converter引发的异常。编译器验证这个: proc p ( what : bool ) {. raises : [ IOError , OSError ].} = if what : ra...
  • ImportCpp 编译指示

    ImportCpp 编译指示 命名空间 Importcpp 应用于枚举 Importcpp 应用于过程 @ 用来支持 cnew 操作这一特殊情况。它使调用表达式直接被内联,而不需要经过一个临时地址。这只是为了规避当前代码生成器的限制。 包装构造函数 包装析构函数 Importcpp 应用于对象 ImportCpp 编译指示 注意 : c...
  • Foreign Function Interface API

    302 2021-11-07 《Deno v1.15.1 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

    322 2022-01-19 《Deno v1.16.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

    287 2022-01-19 《Deno v1.17.1 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

    329 2022-01-19 《Deno v1.16.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...
  • Foreign Function Interface API

    308 2022-04-17 《Deno v1.20.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...
  • Foreign Function Interface API

    309 2022-04-17 《Deno v1.20.5 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

    290 2022-06-23 《Deno v1.21.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...
  • First class iterators

    699 2020-10-18 《Nim v1.4 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...