Cast elements to const(char).
Find an optimal solution using backtracking.
Returns array filtered in-place.
Get the first element in range assuming it to be non-empty.
Get the last element in range assuming it to be non-empty.
Replaces the first occurrence of needle by replacement in array if present. Modifies array.
Slices an input array into slices of equivalent adjacent elements. In other languages this is often called partitionBy, groupBy or sliceWhen.
Return the prefix of haystack where pred is not satisfied.
Returns array uniqified in-place.
Subject to the terms of the MIT license, as written in the included LICENSE file.
© 2019 Arne Ludwig <arne.ludwig@posteo.de>
Some additional alogorithm functions.