import std.typecons : Option = Nullable, some = nullable; alias unwrap = (x) => x.get; //前面类似rust Option!int most(string op)(const int[] ...
確定! 回上一頁