Add algorithm.searching.count

This commit is contained in:
2018-09-30 15:25:10 +02:00
parent e68fcc3a38
commit 2a90a812db
5 changed files with 82 additions and 6 deletions
-1
View File
@@ -15,7 +15,6 @@
*/
module tanya.container.list;
import std.algorithm.searching;
import tanya.algorithm.comparison;
import tanya.algorithm.mutation;
import tanya.container.entry;