Added set function for iterators.

This commit is contained in:
2023-09-07 21:26:45 +02:00
parent 66e31e19cb
commit bceeb5d096
6 changed files with 52 additions and 19 deletions

View File

@@ -7,6 +7,7 @@
void tensoriter_test_scalar_next(void);
void tensoriter_test_scalar_get(void);
void tensoriter_test_scalar_set(void);
void tensoriter_test_scalar_map(void);
void tensoriter_test_scalar_map_add(void);
void tensoriter_test_scalar_map_sub(void);