书栈网 · BookStack 本次搜索耗时 0.020 秒,为您找到 650 个相关结果.
  • sha1

    See also Types Procs Note: In order to use this module, run nimble install checksums. SHA-1 (Secure Hash Algorithm 1) is a cryptographic hash function which takes an input a...
  • What is GDNative?

    What is GDNative? 前言 Differences between GDNative and C++ modules Advantages of GDNative Advantages of C++ modules Supported languages What is GDNative? 前言 GDNative is a ...
  • 异常跟踪

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

    325 2022-02-21 《Deno v1.18.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

    341 2021-11-07 《Deno v1.15.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...
  • Procedures

    476 2020-10-18 《Nim v1.4 Manual》
    Procedures Procedures What most programming languages call methods or functions are called procedures in Nim. A procedure declaration consists of an identifier, zero or more f...
  • Foreign Function Interface API

    301 2022-04-17 《Deno v1.20.4 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

    350 2022-01-19 《Deno v1.17.0 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...
  • Object variants

    152 2024-07-11 《Nim v2.0 Manual》
    Object variants Object variants Often an object hierarchy is an overkill in certain situations where simple variant types are needed. Object variants are tagged unions discrimi...
  • 异常跟踪

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