See also Imports Procs Source Edit This module supports helper routines for working with cstring without having to convert cstring to string, in order to save allocation...
Imports Types Consts Procs Source Edit This module implements a generator of HTML/Latex from reStructuredText (see http://docutils.sourceforge.net/rst.html for informa...
linearScanEnd 编译指示 linearScanEnd 编译指示 linearScanEnd 编译指示用来告知编译器如何处理 Nim case 语句。这个编译指示在语法上必须是一个语句: case myInt of 0 : echo "最常见的情况" of 1 : {. linearScanEnd .} ...
Imports Types Procs Source Edit Nim coroutines implementation, supports several context switching methods: ucontext available on unix and alike (default) setjmp availab...