netkit/misc

    Dark Mode
Search:
Group by:

这个模块包含了一些其他功能,这些功能不属于任何其他模块。

Templates

template offset(p: pointer; n: int): pointer
Returns a new pointer, which is offset n bytes backwards from p.   Source Edit
template checkDefNatural(value: static[Natural]; name: static[string]): untyped
检查 value 是否是自然数 (零和正整数) 。 如果不是,则停止编译。 name 指定其符号名字。   Source Edit