interface IHashTableSeparateChainingInputs<T> {
    [key: string]: T;
}
export default IHashTableSeparateChainingInputs;
