随笔分类 -  示例

摘要:原文 @safe: void main() { import std.stdio : writeln; writeln(ubyte(4).toHexDigit); } ubyte toHexDigit(ubyte decimal) pure nothrow @nogc { if (decimal < 阅读全文
posted @ 2022-10-27 09:20 zjh6 阅读(15) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示