ARRAY_SORT
signature
signature ARRAY_SORT
The ARRAY_SORT signature provides an interface for the in-place sorting of polymorphic arrays.
type 'a array
val sort : (('a * 'a) -> order) -> 'a array -> unit
val sorted : (('a * 'a) -> order) -> 'a array -> bool
type 'a array
sort cmp arr
sorted cmp arr
ArrayQSort, MONO_ARRAY_SORT, ArrayQSortFn
Last Modified May 12, 1998
Comments to John Reppy
Copyright © 1998 Bell Labs, Lucent Technologies