summaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/carray_api.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/carray_api.md b/docs/carray_api.md
index 65c4588f..aa9ea681 100644
--- a/docs/carray_api.md
+++ b/docs/carray_api.md
@@ -33,7 +33,6 @@ void carr2_X_del(carr2_X* self);
size_t carr2_X_size(carr2_X arr);
i_val* carr2_X_data(carr2_X* self); // access storage data
-i_val* carr2_X_elem(carr2_X* self, size_t x, size_t y);
const i_val* carr2_X_at(const carr2_X* self, size_t x, size_t y);
carr2_X_iter carr2_X_begin(const carr2_X* self);
@@ -52,7 +51,6 @@ void carr3_X_del(carr3_X* self);
size_t carr3_X_size(carr3_X arr);
i_val* carr3_X_data(carr3_X* self); // storage data
-i_val* carr3_X_elem(carr3_X* self, size_t x, size_t y, size_t z);
const i_val* carr3_X_at(const carr3_X* self, size_t x, size_t y, size_t z);
carr3_X_iter carr3_X_begin(const carr3_X* self);