astl
Version:
AssemblyScript-STL (Standard Template Library, migrated from the C++)
1 lines • 67 B
text/typescript
export declare type Comparator<X, Y = X> = (x: X, y: Y) => boolean;
AssemblyScript-STL (Standard Template Library, migrated from the C++)