src/functools/cmp_to_key

Source   Edit  

Procs

proc `()`[T; R](k: K[T, R]; obj: T): K[T, R]
Source   Edit  
proc `<`[T; R](x, y: K[T, R]): bool
Source   Edit  
proc `<=`[T; R](x, y: K[T, R]): bool
Source   Edit  
proc `==`[T; R](x, y: K[T, R]): bool
Source   Edit  
proc cmp_to_key[T, R](mycmp: proc (x, y: T): R): K[T, R]
Source   Edit