]> Kevux Git Server - fll/commit
Feature: Maps and Multi-Maps should support appending a single map rather than just...
authorKevin Day <thekevinday@gmail.com>
Sun, 27 Feb 2022 01:31:19 +0000 (19:31 -0600)
committerKevin Day <thekevinday@gmail.com>
Sun, 27 Feb 2022 01:31:19 +0000 (19:31 -0600)
commit7014e5e2dae890d8f64e1861d04d8a010aa73ddf
treecc0bd426d9517ab16d088422d9cda7bbd7d35305
parentc814ae2f2f1b90ebe974ef4362a4cd32c28c370a
Feature: Maps and Multi-Maps should support appending a single map rather than just an entire set.

This is really an oversight on my part.
The append should by default append a single item.
To append an entire set, a new function should be used (an append all function).

This should be done for all of the string types that are applicable.
Such changes are left for the next release and are not planed for the 0.5.8 release.

This functionality is necessary for bug fixes in the controller program.
level_0/f_string/c/private-string.c
level_0/f_string/c/private-string.h
level_0/f_string/c/string/map.c
level_0/f_string/c/string/map.h