#endif // _di_f_type_array_lengthss_resize_
/**
- * Resize the string int8s array.
+ * Resize the int8s array.
*
* @param length
* The new size to use.
* @param int8s
- * The string int8s array to resize.
+ * The int8s array to resize.
*
* @return
* F_none on success.
#endif // _di_f_type_int8s_append_
/**
- * Resize the string int8s array to a smaller size.
+ * Resize the int8s array to a smaller size.
*
* This will resize making the array smaller based on (size - given length).
* If the given length is too small, then the resize will fail.
* @param amount
* A positive number representing how much to decimate the size by.
* @param int8s
- * The string int8s array to resize.
+ * The int8s array to resize.
*
* @return
* F_none on success.
#endif // _di_f_type_int8s_decimate_by_
/**
- * Resize the string int8s array to a smaller size.
+ * Resize the int8s array to a smaller size.
*
* This will resize making the array smaller based on (size - given length).
* If the given length is too small, then the resize will fail.
* @param amount
* A positive number representing how much to decrease the size by.
* @param int8s
- * The string int8s array to resize.
+ * The int8s array to resize.
*
* @return
* F_none on success.
#endif // _di_f_type_int8s_decrease_by_
/**
- * Increase the size of the string int8s array, but only if necesary.
+ * Increase the size of the int8s array, but only if necesary.
*
* If the given length is too large for the buffer, then attempt to set max buffer size (F_array_length_t_size_d).
* If already set to the maximum buffer size, then the resize will fail.
* The allocation step to use.
* Must be greater than 0.
* @param int8s
- * The string int8s array to resize.
+ * The int8s array to resize.
*
* @return
* F_none on success.
#endif // _di_f_type_int8s_increase_
/**
- * Resize the string int8s array to a larger size.
+ * Resize the int8s array to a larger size.
*
* This will resize making the string larger based on the given length.
* If the given length is too large for the buffer, then attempt to set max buffer size (F_array_length_t_size_d).
* @param amount
* A positive number representing how much to increase the size by.
* @param int8s
- * The string int8s array to resize.
+ * The int8s array to resize.
*
* @return
* F_none on success.
#endif // _di_f_type_int8s_increase_by_
/**
- * Resize the string int8s array.
+ * Resize the int8s array.
*
* @param length
* The new size to use.
* @param int8s
- * The string int8s array to adjust.
+ * The int8s array to adjust.
*
* @return
* F_none on success.
#endif // _di_f_type_int8s_resize_
/**
- * Resize the string int8ss array.
+ * Resize the int8ss array.
*
* @param length
* The new size to use.
* @param int8ss
- * The string int8ss array to resize.
+ * The int8ss array to resize.
*
* @return
* F_none on success.
#endif // _di_f_type_int8ss_append_
/**
- * Resize the string int8ss array.
+ * Resize the int8ss array.
*
* @param length
* The new size to use.
* @param int8ss
- * The string int8ss array to resize.
+ * The int8ss array to resize.
*
* @return
* F_none on success.
#endif // _di_f_type_int8ss_adjust_
/**
- * Resize the string int8ss array to a smaller size.
+ * Resize the int8ss array to a smaller size.
*
* This will resize making the array smaller based on (size - given length).
* If the given length is too small, then the resize will fail.
* @param amount
* A positive number representing how much to decimate the size by.
* @param int8ss
- * The string int8ss array to resize.
+ * The int8ss array to resize.
*
* @return
* F_none on success.
#endif // _di_f_type_int8ss_decimate_by_
/**
- * Resize the string int8ss array to a smaller size.
+ * Resize the int8ss array to a smaller size.
*
* This will resize making the array smaller based on (size - given length).
* If the given length is too small, then the resize will fail.
* @param amount
* A positive number representing how much to decrease the size by.
* @param int8ss
- * The string int8ss array to resize.
+ * The int8ss array to resize.
*
* @return
* F_none on success.
#endif // _di_f_type_int8ss_decrease_by_
/**
- * Increase the size of the string int8ss array, but only if necessary.
+ * Increase the size of the int8ss array, but only if necessary.
*
* If the given length is too large for the buffer, then attempt to set max buffer size (F_array_length_t_size_d).
* If already set to the maximum buffer size, then the resize will fail.
* The allocation step to use.
* Must be greater than 0.
* @param int8ss
- * The string int8ss array to resize.
+ * The int8ss array to resize.
*
* @return
* F_none on success.
#endif // _di_f_type_int8ss_increase_
/**
- * Resize the string int8ss array to a larger size.
+ * Resize the int8ss array to a larger size.
*
* This will resize making the string larger based on the given length.
* If the given length is too large for the buffer, then attempt to set max buffer size (F_array_length_t_size_d).
* @param amount
* A positive number representing how much to increase the size by.
* @param int8ss
- * The string int8ss array to resize.
+ * The int8ss array to resize.
*
* @return
* F_none on success.
#endif // _di_f_type_int8ss_increase_by_
/**
- * Resize the string int8ss array.
+ * Resize the int8ss array.
*
* @param length
* The new size to use.
* @param int8ss
- * The string int8ss array to adjust.
+ * The int8ss array to adjust.
*
* @return
* F_none on success.
#endif // _di_f_type_uint8ss_resize_
/**
- * Resize the string int16s array.
+ * Resize the int16s array.
*
* @param length
* The new size to use.
* @param int16s
- * The string int16s array to resize.
+ * The int16s array to resize.
*
* @return
* F_none on success.
#endif // _di_f_type_int16s_append_
/**
- * Resize the string int16s array to a smaller size.
+ * Resize the int16s array to a smaller size.
*
* This will resize making the array smaller based on (size - given length).
* If the given length is too small, then the resize will fail.
* @param amount
* A positive number representing how much to decimate the size by.
* @param int16s
- * The string int16s array to resize.
+ * The int16s array to resize.
*
* @return
* F_none on success.
#endif // _di_f_type_int16s_decimate_by_
/**
- * Resize the string int16s array to a smaller size.
+ * Resize the int16s array to a smaller size.
*
* This will resize making the array smaller based on (size - given length).
* If the given length is too small, then the resize will fail.
* @param amount
* A positive number representing how much to decrease the size by.
* @param int16s
- * The string int16s array to resize.
+ * The int16s array to resize.
*
* @return
* F_none on success.
#endif // _di_f_type_int16s_decrease_by_
/**
- * Increase the size of the string int16s array, but only if necesary.
+ * Increase the size of the int16s array, but only if necesary.
*
* If the given length is too large for the buffer, then attempt to set max buffer size (F_array_length_t_size_d).
* If already set to the maximum buffer size, then the resize will fail.
* The allocation step to use.
* Must be greater than 0.
* @param int16s
- * The string int16s array to resize.
+ * The int16s array to resize.
*
* @return
* F_none on success.
#endif // _di_f_type_int16s_increase_
/**
- * Resize the string int16s array to a larger size.
+ * Resize the int16s array to a larger size.
*
* This will resize making the string larger based on the given length.
* If the given length is too large for the buffer, then attempt to set max buffer size (F_array_length_t_size_d).
* @param amount
* A positive number representing how much to increase the size by.
* @param int16s
- * The string int16s array to resize.
+ * The int16s array to resize.
*
* @return
* F_none on success.
#endif // _di_f_type_int16s_increase_by_
/**
- * Resize the string int16s array.
+ * Resize the int16s array.
*
* @param length
* The new size to use.
* @param int16s
- * The string int16s array to adjust.
+ * The int16s array to adjust.
*
* @return
* F_none on success.
#endif // _di_f_type_int16s_resize_
/**
- * Resize the string int16ss array.
+ * Resize the int16ss array.
*
* @param length
* The new size to use.
* @param int16ss
- * The string int16ss array to resize.
+ * The int16ss array to resize.
*
* @return
* F_none on success.
#endif // _di_f_type_int16ss_append_
/**
- * Resize the string int16ss array.
+ * Resize the int16ss array.
*
* @param length
* The new size to use.
* @param int16ss
- * The string int16ss array to resize.
+ * The int16ss array to resize.
*
* @return
* F_none on success.
#endif // _di_f_type_int16ss_adjust_
/**
- * Resize the string int16ss array to a smaller size.
+ * Resize the int16ss array to a smaller size.
*
* This will resize making the array smaller based on (size - given length).
* If the given length is too small, then the resize will fail.
* @param amount
* A positive number representing how much to decimate the size by.
* @param int16ss
- * The string int16ss array to resize.
+ * The int16ss array to resize.
*
* @return
* F_none on success.
#endif // _di_f_type_int16ss_decimate_by_
/**
- * Resize the string int16ss array to a smaller size.
+ * Resize the int16ss array to a smaller size.
*
* This will resize making the array smaller based on (size - given length).
* If the given length is too small, then the resize will fail.
* @param amount
* A positive number representing how much to decrease the size by.
* @param int16ss
- * The string int16ss array to resize.
+ * The int16ss array to resize.
*
* @return
* F_none on success.
#endif // _di_f_type_int16ss_decrease_by_
/**
- * Increase the size of the string int16ss array, but only if necessary.
+ * Increase the size of the int16ss array, but only if necessary.
*
* If the given length is too large for the buffer, then attempt to set max buffer size (F_array_length_t_size_d).
* If already set to the maximum buffer size, then the resize will fail.
* The allocation step to use.
* Must be greater than 0.
* @param int16ss
- * The string int16ss array to resize.
+ * The int16ss array to resize.
*
* @return
* F_none on success.
#endif // _di_f_type_int16ss_increase_
/**
- * Resize the string int16ss array to a larger size.
+ * Resize the int16ss array to a larger size.
*
* This will resize making the string larger based on the given length.
* If the given length is too large for the buffer, then attempt to set max buffer size (F_array_length_t_size_d).
* @param amount
* A positive number representing how much to increase the size by.
* @param int16ss
- * The string int16ss array to resize.
+ * The int16ss array to resize.
*
* @return
* F_none on success.
#endif // _di_f_type_int16ss_increase_by_
/**
- * Resize the string int16ss array.
+ * Resize the int16ss array.
*
* @param length
* The new size to use.
* @param int16ss
- * The string int16ss array to adjust.
+ * The int16ss array to adjust.
*
* @return
* F_none on success.
#endif // _di_f_type_uint16ss_resize_
/**
- * Resize the string int32s array.
+ * Resize the int32s array.
*
* @param length
* The new size to use.
* @param int32s
- * The string int32s array to resize.
+ * The int32s array to resize.
*
* @return
* F_none on success.
#endif // _di_f_type_int32s_append_
/**
- * Resize the string int32s array to a smaller size.
+ * Resize the int32s array to a smaller size.
*
* This will resize making the array smaller based on (size - given length).
* If the given length is too small, then the resize will fail.
* @param amount
* A positive number representing how much to decimate the size by.
* @param int32s
- * The string int32s array to resize.
+ * The int32s array to resize.
*
* @return
* F_none on success.
#endif // _di_f_type_int32s_decimate_by_
/**
- * Resize the string int32s array to a smaller size.
+ * Resize the int32s array to a smaller size.
*
* This will resize making the array smaller based on (size - given length).
* If the given length is too small, then the resize will fail.
* @param amount
* A positive number representing how much to decrease the size by.
* @param int32s
- * The string int32s array to resize.
+ * The int32s array to resize.
*
* @return
* F_none on success.
#endif // _di_f_type_int32s_decrease_by_
/**
- * Increase the size of the string int32s array, but only if necesary.
+ * Increase the size of the int32s array, but only if necesary.
*
* If the given length is too large for the buffer, then attempt to set max buffer size (F_array_length_t_size_d).
* If already set to the maximum buffer size, then the resize will fail.
* The allocation step to use.
* Must be greater than 0.
* @param int32s
- * The string int32s array to resize.
+ * The int32s array to resize.
*
* @return
* F_none on success.
#endif // _di_f_type_int32s_increase_
/**
- * Resize the string int32s array to a larger size.
+ * Resize the int32s array to a larger size.
*
* This will resize making the string larger based on the given length.
* If the given length is too large for the buffer, then attempt to set max buffer size (F_array_length_t_size_d).
* @param amount
* A positive number representing how much to increase the size by.
* @param int32s
- * The string int32s array to resize.
+ * The int32s array to resize.
*
* @return
* F_none on success.
#endif // _di_f_type_int32s_increase_by_
/**
- * Resize the string int32s array.
+ * Resize the int32s array.
*
* @param length
* The new size to use.
* @param int32s
- * The string int32s array to adjust.
+ * The int32s array to adjust.
*
* @return
* F_none on success.
#endif // _di_f_type_int32s_resize_
/**
- * Resize the string int32ss array.
+ * Resize the int32ss array.
*
* @param length
* The new size to use.
* @param int32ss
- * The string int32ss array to resize.
+ * The int32ss array to resize.
*
* @return
* F_none on success.
#endif // _di_f_type_int32ss_append_
/**
- * Resize the string int32ss array.
+ * Resize the int32ss array.
*
* @param length
* The new size to use.
* @param int32ss
- * The string int32ss array to resize.
+ * The int32ss array to resize.
*
* @return
* F_none on success.
#endif // _di_f_type_int32ss_adjust_
/**
- * Resize the string int32ss array to a smaller size.
+ * Resize the int32ss array to a smaller size.
*
* This will resize making the array smaller based on (size - given length).
* If the given length is too small, then the resize will fail.
* @param amount
* A positive number representing how much to decimate the size by.
* @param int32ss
- * The string int32ss array to resize.
+ * The int32ss array to resize.
*
* @return
* F_none on success.
#endif // _di_f_type_int32ss_decimate_by_
/**
- * Resize the string int32ss array to a smaller size.
+ * Resize the int32ss array to a smaller size.
*
* This will resize making the array smaller based on (size - given length).
* If the given length is too small, then the resize will fail.
* @param amount
* A positive number representing how much to decrease the size by.
* @param int32ss
- * The string int32ss array to resize.
+ * The int32ss array to resize.
*
* @return
* F_none on success.
#endif // _di_f_type_int32ss_decrease_by_
/**
- * Increase the size of the string int32ss array, but only if necessary.
+ * Increase the size of the int32ss array, but only if necessary.
*
* If the given length is too large for the buffer, then attempt to set max buffer size (F_array_length_t_size_d).
* If already set to the maximum buffer size, then the resize will fail.
* The allocation step to use.
* Must be greater than 0.
* @param int32ss
- * The string int32ss array to resize.
+ * The int32ss array to resize.
*
* @return
* F_none on success.
#endif // _di_f_type_int32ss_increase_
/**
- * Resize the string int32ss array to a larger size.
+ * Resize the int32ss array to a larger size.
*
* This will resize making the string larger based on the given length.
* If the given length is too large for the buffer, then attempt to set max buffer size (F_array_length_t_size_d).
* @param amount
* A positive number representing how much to increase the size by.
* @param int32ss
- * The string int32ss array to resize.
+ * The int32ss array to resize.
*
* @return
* F_none on success.
#endif // _di_f_type_int32ss_increase_by_
/**
- * Resize the string int32ss array.
+ * Resize the int32ss array.
*
* @param length
* The new size to use.
* @param int32ss
- * The string int32ss array to adjust.
+ * The int32ss array to adjust.
*
* @return
* F_none on success.
#endif // _di_f_type_uint32ss_resize_
/**
- * Resize the string int64s array.
+ * Resize the int64s array.
*
* @param length
* The new size to use.
* @param int64s
- * The string int64s array to resize.
+ * The int64s array to resize.
*
* @return
* F_none on success.
#endif // _di_f_type_int64s_append_
/**
- * Resize the string int64s array to a smaller size.
+ * Resize the int64s array to a smaller size.
*
* This will resize making the array smaller based on (size - given length).
* If the given length is too small, then the resize will fail.
* @param amount
* A positive number representing how much to decimate the size by.
* @param int64s
- * The string int64s array to resize.
+ * The int64s array to resize.
*
* @return
* F_none on success.
#endif // _di_f_type_int64s_decimate_by_
/**
- * Resize the string int64s array to a smaller size.
+ * Resize the int64s array to a smaller size.
*
* This will resize making the array smaller based on (size - given length).
* If the given length is too small, then the resize will fail.
* @param amount
* A positive number representing how much to decrease the size by.
* @param int64s
- * The string int64s array to resize.
+ * The int64s array to resize.
*
* @return
* F_none on success.
#endif // _di_f_type_int64s_decrease_by_
/**
- * Increase the size of the string int64s array, but only if necesary.
+ * Increase the size of the int64s array, but only if necesary.
*
* If the given length is too large for the buffer, then attempt to set max buffer size (F_array_length_t_size_d).
* If already set to the maximum buffer size, then the resize will fail.
* The allocation step to use.
* Must be greater than 0.
* @param int64s
- * The string int64s array to resize.
+ * The int64s array to resize.
*
* @return
* F_none on success.
#endif // _di_f_type_int64s_increase_
/**
- * Resize the string int64s array to a larger size.
+ * Resize the int64s array to a larger size.
*
* This will resize making the string larger based on the given length.
* If the given length is too large for the buffer, then attempt to set max buffer size (F_array_length_t_size_d).
* @param amount
* A positive number representing how much to increase the size by.
* @param int64s
- * The string int64s array to resize.
+ * The int64s array to resize.
*
* @return
* F_none on success.
#endif // _di_f_type_int64s_increase_by_
/**
- * Resize the string int64s array.
+ * Resize the int64s array.
*
* @param length
* The new size to use.
* @param int64s
- * The string int64s array to adjust.
+ * The int64s array to adjust.
*
* @return
* F_none on success.
#endif // _di_f_type_int64s_resize_
/**
- * Resize the string int64ss array.
+ * Resize the int64ss array.
*
* @param length
* The new size to use.
* @param int64ss
- * The string int64ss array to resize.
+ * The int64ss array to resize.
*
* @return
* F_none on success.
#endif // _di_f_type_int64ss_append_
/**
- * Resize the string int64ss array.
+ * Resize the int64ss array.
*
* @param length
* The new size to use.
* @param int64ss
- * The string int64ss array to resize.
+ * The int64ss array to resize.
*
* @return
* F_none on success.
#endif // _di_f_type_int64ss_adjust_
/**
- * Resize the string int64ss array to a smaller size.
+ * Resize the int64ss array to a smaller size.
*
* This will resize making the array smaller based on (size - given length).
* If the given length is too small, then the resize will fail.
* @param amount
* A positive number representing how much to decimate the size by.
* @param int64ss
- * The string int64ss array to resize.
+ * The int64ss array to resize.
*
* @return
* F_none on success.
#endif // _di_f_type_int64ss_decimate_by_
/**
- * Resize the string int64ss array to a smaller size.
+ * Resize the int64ss array to a smaller size.
*
* This will resize making the array smaller based on (size - given length).
* If the given length is too small, then the resize will fail.
* @param amount
* A positive number representing how much to decrease the size by.
* @param int64ss
- * The string int64ss array to resize.
+ * The int64ss array to resize.
*
* @return
* F_none on success.
#endif // _di_f_type_int64ss_decrease_by_
/**
- * Increase the size of the string int64ss array, but only if necessary.
+ * Increase the size of the int64ss array, but only if necessary.
*
* If the given length is too large for the buffer, then attempt to set max buffer size (F_array_length_t_size_d).
* If already set to the maximum buffer size, then the resize will fail.
* The allocation step to use.
* Must be greater than 0.
* @param int64ss
- * The string int64ss array to resize.
+ * The int64ss array to resize.
*
* @return
* F_none on success.
#endif // _di_f_type_int64ss_increase_
/**
- * Resize the string int64ss array to a larger size.
+ * Resize the int64ss array to a larger size.
*
* This will resize making the string larger based on the given length.
* If the given length is too large for the buffer, then attempt to set max buffer size (F_array_length_t_size_d).
* @param amount
* A positive number representing how much to increase the size by.
* @param int64ss
- * The string int64ss array to resize.
+ * The int64ss array to resize.
*
* @return
* F_none on success.
#endif // _di_f_type_int64ss_increase_by_
/**
- * Resize the string int64ss array.
+ * Resize the int64ss array.
*
* @param length
* The new size to use.
* @param int64ss
- * The string int64ss array to adjust.
+ * The int64ss array to adjust.
*
* @return
* F_none on success.
#endif // _di_f_type_uint64ss_resize_
/**
- * Resize the string int128s array.
+ * Resize the int128s array.
*
* @param length
* The new size to use.
* @param int128s
- * The string int128s array to resize.
+ * The int128s array to resize.
*
* @return
* F_none on success.
#endif // _di_f_type_int128s_append_
/**
- * Resize the string int128s array to a smaller size.
+ * Resize the int128s array to a smaller size.
*
* This will resize making the array smaller based on (size - given length).
* If the given length is too small, then the resize will fail.
* @param amount
* A positive number representing how much to decimate the size by.
* @param int128s
- * The string int128s array to resize.
+ * The int128s array to resize.
*
* @return
* F_none on success.
#endif // _di_f_type_int128s_decimate_by_
/**
- * Resize the string int128s array to a smaller size.
+ * Resize the int128s array to a smaller size.
*
* This will resize making the array smaller based on (size - given length).
* If the given length is too small, then the resize will fail.
* @param amount
* A positive number representing how much to decrease the size by.
* @param int128s
- * The string int128s array to resize.
+ * The int128s array to resize.
*
* @return
* F_none on success.
#endif // _di_f_type_int128s_decrease_by_
/**
- * Increase the size of the string int128s array, but only if necesary.
+ * Increase the size of the int128s array, but only if necesary.
*
* If the given length is too large for the buffer, then attempt to set max buffer size (F_array_length_t_size_d).
* If already set to the maximum buffer size, then the resize will fail.
* The allocation step to use.
* Must be greater than 0.
* @param int128s
- * The string int128s array to resize.
+ * The int128s array to resize.
*
* @return
* F_none on success.
#endif // _di_f_type_int128s_increase_
/**
- * Resize the string int128s array to a larger size.
+ * Resize the int128s array to a larger size.
*
* This will resize making the string larger based on the given length.
* If the given length is too large for the buffer, then attempt to set max buffer size (F_array_length_t_size_d).
* @param amount
* A positive number representing how much to increase the size by.
* @param int128s
- * The string int128s array to resize.
+ * The int128s array to resize.
*
* @return
* F_none on success.
#endif // _di_f_type_int128s_increase_by_
/**
- * Resize the string int128s array.
+ * Resize the int128s array.
*
* @param length
* The new size to use.
* @param int128s
- * The string int128s array to adjust.
+ * The int128s array to adjust.
*
* @return
* F_none on success.
#endif // _di_f_type_int128s_resize_
/**
- * Resize the string int128ss array.
+ * Resize the int128ss array.
*
* @param length
* The new size to use.
* @param int128ss
- * The string int128ss array to resize.
+ * The int128ss array to resize.
*
* @return
* F_none on success.
#endif // _di_f_type_int128ss_append_
/**
- * Resize the string int128ss array.
+ * Resize the int128ss array.
*
* @param length
* The new size to use.
* @param int128ss
- * The string int128ss array to resize.
+ * The int128ss array to resize.
*
* @return
* F_none on success.
#endif // _di_f_type_int128ss_adjust_
/**
- * Resize the string int128ss array to a smaller size.
+ * Resize the int128ss array to a smaller size.
*
* This will resize making the array smaller based on (size - given length).
* If the given length is too small, then the resize will fail.
* @param amount
* A positive number representing how much to decimate the size by.
* @param int128ss
- * The string int128ss array to resize.
+ * The int128ss array to resize.
*
* @return
* F_none on success.
#endif // _di_f_type_int128ss_decimate_by_
/**
- * Resize the string int128ss array to a smaller size.
+ * Resize the int128ss array to a smaller size.
*
* This will resize making the array smaller based on (size - given length).
* If the given length is too small, then the resize will fail.
* @param amount
* A positive number representing how much to decrease the size by.
* @param int128ss
- * The string int128ss array to resize.
+ * The int128ss array to resize.
*
* @return
* F_none on success.
#endif // _di_f_type_int128ss_decrease_by_
/**
- * Increase the size of the string int128ss array, but only if necessary.
+ * Increase the size of the int128ss array, but only if necessary.
*
* If the given length is too large for the buffer, then attempt to set max buffer size (F_array_length_t_size_d).
* If already set to the maximum buffer size, then the resize will fail.
* The allocation step to use.
* Must be greater than 0.
* @param int128ss
- * The string int128ss array to resize.
+ * The int128ss array to resize.
*
* @return
* F_none on success.
#endif // _di_f_type_int128ss_increase_
/**
- * Resize the string int128ss array to a larger size.
+ * Resize the int128ss array to a larger size.
*
* This will resize making the string larger based on the given length.
* If the given length is too large for the buffer, then attempt to set max buffer size (F_array_length_t_size_d).
* @param amount
* A positive number representing how much to increase the size by.
* @param int128ss
- * The string int128ss array to resize.
+ * The int128ss array to resize.
*
* @return
* F_none on success.
#endif // _di_f_type_int128ss_increase_by_
/**
- * Resize the string int128ss array.
+ * Resize the int128ss array.
*
* @param length
* The new size to use.
* @param int128ss
- * The string int128ss array to adjust.
+ * The int128ss array to adjust.
*
* @return
* F_none on success.