摘要: 各个情况下数据类型异同 1 import std.stdio; 2 import std.string; 3 4 void main(){ 5 6 auto a="auto_a"; //immutable(char)[] 7 auto b="auto_b.dup".dup; // char[] 8 阅读全文
posted @ 2020-12-14 22:04 un-define 阅读(165) 评论(0) 推荐(0)