Borrowed mutable f64 slice passed from C to COPP. More...
#include <core.h>
Data Fields | |
| double * | data |
| Pointer to the first mutable element. | |
| size_t | len |
| Number of elements. | |
Borrowed mutable f64 slice passed from C to COPP.
The pointer must reference at least len contiguous initialized double values unless len == 0, in which case data may be null. Functions that accept this type may modify the pointed-to values in place.
| double* CoppSliceMutF64::data |
Pointer to the first mutable element.
| size_t CoppSliceMutF64::len |
Number of elements.