Commit Graph

2 Commits

Author SHA1 Message Date
be47176524 object: dict: use b_strings as keys rather than plain c-strings.
now that strings can contain UTF-8 codepoints and null chars, the b_dict
api has been enhanced to accept keys as b_strings as well as regular c-strings.

keys are now stored as b_strings internally, to allow a wider range of
keys to be used.
2025-09-22 10:50:07 +01:00
fa6ebe6a84 add object module from corelib 2024-10-24 19:24:54 +01:00