UNPKG

@gabrielrufino/cube

Version:

Data structures made in Typescript

5 lines (4 loc) 119 B
interface IHashTableSeparateChainingOptions { maxSize: number; } export default IHashTableSeparateChainingOptions;