export type DictionaryAppend = ( dictionary: C, key: K, value: V, ) => void;