库地址
import schlib.newaa; auto myAA = Hash!(string, int)(["hello" : 1, "world" : 2]); void main() { int[string] aa = myAA.asAA; writeln(aa); }