UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

2 lines (1 loc) 78 B
export function computeHashArray<T>(array: T[], hash: (T) => number): number