]> 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:13:22 +0000 (22:13 -0500)
commita0524f1025dcbc1bb3a1c6b08374c80e6c10c53a
treeb68f1b26c59e0468d4b0a3589269433cef77a9a3
parentf064202be6ffd60b8b3fa4d946c8e1799a1caebf
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