summaryrefslogtreecommitdiffhomepage
path: root/dev/ZKA/NewKit
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ZKA/NewKit')
-rw-r--r--dev/ZKA/NewKit/Array.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/dev/ZKA/NewKit/Array.hxx b/dev/ZKA/NewKit/Array.hxx
index 22ee9f6a..9fa545ef 100644
--- a/dev/ZKA/NewKit/Array.hxx
+++ b/dev/ZKA/NewKit/Array.hxx
@@ -37,6 +37,11 @@ namespace Kernel
return true;
}
+ const SizeT Capacity()
+ {
+ return N;
+ }
+
const SizeT Count()
{
SizeT count = 0;