Fixes & Mem improvements

This commit is contained in:
Daniel Mills
2020-07-31 01:02:00 -04:00
parent 9d326d240a
commit 121653a8f2
25 changed files with 42206 additions and 62 deletions

View File

@@ -28,4 +28,6 @@ public interface Queue<T>
{
return new ShurikenQueue<T>().queue(new KList<T>().add(t));
}
public boolean contains(T p);
}