Add ArrayStack.Clear native (#1676)

This commit is contained in:
Corey D
2022-01-22 03:26:21 -08:00
committed by GitHub
parent afc9310704
commit c471e41dc7
2 changed files with 20 additions and 0 deletions
+3
View File
@@ -54,6 +54,9 @@ methodmap ArrayStack < Handle
// new Array[X][32]
public native ArrayStack(int blocksize=1);
// Clears a stack of all entries.
public native void Clear();
// Clones an stack, returning a new handle with the same size and data.
// This should NOT be confused with CloneHandle. This is a completely new
// handle with the same data but no relation to the original. It should