understanding mir, generic nd array iterator

jmh530 john.michael.hall at gmail.com
Wed Sep 17 12:06:32 UTC 2025


On Wednesday, 10 September 2025 at 20:23:28 UTC, monkyyy wrote:
> [snip]

Documentation for mir iterators is here:
http://mir-algorithm.libmir.org/mir_ndslice_iterator.html

If you want to use mir without using the GC. You can allocate 
with malloc, custom allocator, or use an RC allocator.
http://mir-algorithm.libmir.org/mir_ndslice_allocation.html


More information about the Digitalmars-d-learn mailing list