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 Usage Non-blocking FFI Supported types deno_bindgen Foreign Function Interface API As of Deno 1.13 and later, the FFI (foreign function interf...
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 ...
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 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 ...