Ilia Ki
Ilia Ki
Initial support for dataframe has been added to mir-algorithm. Only allocation and labels access for now. ```d @safe pure unittest { import mir.ndslice.slice; import mir.ndslice.allocation: slice; import std.datetime.date; auto dataframe...
http://mir-algorithm.libmir.org/mir_rc_array.html http://mir-algorithm.libmir.org/mir_rc_ptr.html (with polymorphism) the types will get allocators support
https://github.com/libmir/mir-algorithm/tree/master/include/mir https://github.com/libmir/mir-optim/tree/master/include/mir/optim
Yes, but __asm already has all attributs
Looks good. However, I would like to get approval from an additional Symmetry developer. @kinke, doesn't it need to be tested on the private codebase first?
That maybe makes sense to do. However, we don't use meson builds anymore except for documentation. We test meson and build documentation in Circle CI, which is currently blocked for...
@FraMecca what is the difference between `tryMatch` and `assertMatch`? `tryMatch` throws an exception too.
How it is compiled?
Please provide a link to the CI log that demonstrates this issue.
@fabienmica Could yo make MR with `isDynamicArray!T` instead of `is(T == string)`?