Skip to content
  • Peter Krol's avatar
    feat(base/dictionary): add `Dictionary` · b9747053
    Peter Krol authored
    In order to perform fluent operations on `Record`s, a wrapping type
    (`Dictionary`) is needed, because the `Record` could have keys that
    interfere with the functions' names.
    b9747053