Containers

- Cleaned up
This commit is contained in:
Tristan B. Velloza Kildaire 2024-04-27 15:22:57 +02:00
parent 5b205019f6
commit 9d39cc3710
1 changed files with 0 additions and 14 deletions

View File

@ -760,20 +760,6 @@ public T[] removeResize(T)(T[] array, size_t position)
return array.shiftInto(position, false, true);
}
// TODO: make delegate kak
// public interface InclusionStratergy(T)
// {
// public bool include(T item);
// }
// private class AlwaysStrat(T) : InclusionStratergy
// {
// public override bool include(T item)
// {
// return true;
// }
// }
public template Always(T)
{
public bool Always(Tree!(T) treeNode)