Closed 9il closed 6 years ago
ping @n8sh
shuffle
(accepts only Slice)
What's the motivation for this change?
What's the motivation for this change?
Any random access range with length can be constructed as Slice. If it is not a Slice it can be converted to Slice. No plans to support Phobos RAR API in general.
randomSlice
(full rework),shuffle
(accepts only Slice),sample
(fix param order).range
andfield
because they can be either secure or consistent with Phobos/Mir.