Sha256: 4f45a7e505f960dd89623c03062b8b2dbd9e461de0281947df842d98dcab4937
Contents?: true
Size: 305 Bytes
Versions: 31
Compression:
Stored size: 305 Bytes
Contents
export as namespace stable; export = stable; type Comparator<T> = ((a : T, b : T)=>boolean) | ((a: T, b : T)=>number); declare function stable<T>(array : T[], comparator? : Comparator<T>) : T[]; declare namespace stable { export function inplace<T>(array: T[], comparator? : Comparator<T>) : T[]; }
Version data entries
31 entries across 30 versions & 10 rubygems