sumtype:D编程语言的求和类型

时间:2024-06-06 19:31:35
【文件属性】:

文件名称:sumtype:D编程语言的求和类型

文件大小:19KB

文件格式:ZIP

更新时间:2024-06-06 19:31:35

D

和型 现代D的总和类型。 特征 模式匹配,包括对基于自省的匹配的支持。 自引用类型,使用This 。 作品以pure , @safe , @nogc , nothrow ,并且immutable 。 与-betterC和-dip1000兼容。 与手写C相比,运行时开销为零。 没有堆分配。 不依赖于运行时类型信息( TypeInfo )。 文献资料 sumtype使用生成其文档。 要构建自己的副本,请从sumtype存储库的根目录运行以下命令: path/to/adrdox/doc2 --genSearchIndex --genSource -o generated-docs src 例子 import std.math: isClose; struct Fahrenheit { double degrees; } struct Celsius { double degr


【文件预览】:
sumtype-master
----.gitignore(164B)
----dub.json(381B)
----src()
--------sumtype.d(53KB)
----LICENSE(1KB)
----.github()
--------workflows()
----README.md(3KB)
----test_betterc.d(412B)
----test-betterc.sh(66B)

网友评论