Evaluates to true if func be called withl a value of T.
Evaluates to true if the given type satisfy the input range interface.
Evaluates to true if func can be called with a value of T and returns a value that is convertible to bool.
Lazily filters the given range based on the given predicate.
Lazily iterates the given range and calls the given callable for each element.
Reverse an array in-place.
Splits the array at index and expands it to make room for length elements by shifting everything past index to the right.
Exposes the given root Array as a standard D array.
Evaluates to the element type of R.
Iterates the given array and calls the given callable for each element.
Iterates the given array and calls the given callable for each element.
Dynamic array implementation.