d的静态AA

库地址

import schlib.newaa;

auto myAA = Hash!(string, int)(["hello" : 1, "world" : 2]);

void main()
{
   int[string] aa = myAA.asAA;
   writeln(aa);
}
posted @ 2022-05-30 08:58  zjh6  阅读(17)  评论(0)    收藏  举报  来源