]> Kevux Git Server - fll/commit
Update: Use resize functions rather than adjust functions forr append and append_all...
authorKevin Day <thekevinday@gmail.com>
Fri, 5 Aug 2022 03:10:59 +0000 (22:10 -0500)
committerKevin Day <thekevinday@gmail.com>
Fri, 5 Aug 2022 03:10:59 +0000 (22:10 -0500)
commit84c62a572a1be4c279a7291c0d18fcb435d2a4ae
tree48be8703eadce28144a8e908827c120095ee5d43
parent6a277ac5e6178fbd55874bc2cb6763ae9a8a1531
Update: Use resize functions rather than adjust functions forr append and append_all functions.

The resize functions should be used.
The adjust perform extra tasks which are meaningless for append and append_all.
21 files changed:
level_0/f_limit/c/limit/private-set.c
level_0/f_limit/c/limit/private-value.c
level_0/f_string/c/string/quantity.c
level_0/f_string/c/string/range.c
level_0/f_string/c/string/triple.c
level_0/f_type_array/c/type_array/private-array_length.c
level_0/f_type_array/c/type_array/private-cell.c
level_0/f_type_array/c/type_array/private-fll_id.c
level_0/f_type_array/c/type_array/private-int128.c
level_0/f_type_array/c/type_array/private-int16.c
level_0/f_type_array/c/type_array/private-int32.c
level_0/f_type_array/c/type_array/private-int64.c
level_0/f_type_array/c/type_array/private-int8.c
level_0/f_type_array/c/type_array/private-state.c
level_0/f_type_array/c/type_array/private-status.c
level_0/f_type_array/c/type_array/private-uint128.c
level_0/f_type_array/c/type_array/private-uint16.c
level_0/f_type_array/c/type_array/private-uint32.c
level_0/f_type_array/c/type_array/private-uint64.c
level_0/f_type_array/c/type_array/private-uint8.c
level_0/f_utf/c/utf/triple.c