FunctionalTableData icon indicating copy to clipboard operation
FunctionalTableData copied to clipboard

Convert our keys to being AnyHashable instead of String

Open g-Off opened this issue 6 years ago • 0 comments

CellConfigType, TableSection, and ItemPath all use String's for their key's, we should instead use AnyHashable which makes things a bit nicer and easier to use (no need to convert Hashable key types to a String before they can be used as a key)

g-Off avatar Apr 09 '19 20:04 g-Off