typedesc[T] typedesc[T] In many contexts, Nim allows to treat the names of types as regular values. These values exists only during the compilation phase, but since all values...
Examples Imports Types Procs Source Edit This module provides an implementation of the streams interface for sockets. It contains two separate implementations, a ReadSo...
Imports Types Consts Procs Iterators Macros Source Edit A simple XML tree generator. Example: import std / xmltree var g = newElement ( "myTag" ) g . add n...
Retrieving a website Using HTTP POST Progress reporting SSL/TLS support Timeouts Proxy Redirects Imports Types Consts Procs Exports Source Edit This module impl...
可转换关系 可转换关系 类型 a 可 隐式 转换到类型 b 如果下列算法返回真: proc isImplicitlyConvertible ( a , b : PType ): bool = if isSubtype ( a , b ) or isCovariant ( a , b ): retu...