Use std searching and iteration

This commit is contained in:
2021-05-16 07:52:46 +02:00
parent 2c21dc3429
commit b62cbb0647
9 changed files with 16 additions and 753 deletions

View File

@ -5,7 +5,7 @@
/**
* Collection of generic algorithms.
*
* Copyright: Eugene Wissner 2017-2020.
* Copyright: Eugene Wissner 2017-2021.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 2.0).
* Authors: $(LINK2 mailto:info@caraus.de, Eugene Wissner)
@ -16,4 +16,3 @@ module tanya.algorithm;
public import tanya.algorithm.iteration;
public import tanya.algorithm.mutation;
public import tanya.algorithm.searching;