MONO_ARRAY_SORT
signature
signature MONO_ARRAY_SORT
The MONO_ARRAY_SORT signature provides an interface for the in-place sorting of monomorphic arrays.
structure A : MONO_ARRAY
val sort : ((A.elem * A.elem) -> order) -> A.array -> unit
val sorted : ((A.elem * A.elem) -> order) -> A.array -> bool
structure A
sort cmp arr
sorted cmp arr
MONO_ARRAY, ARRAY_SORT, ArrayQSort
Last Modified June 9, 1998
Comments to John Reppy
Copyright © 1998 Bell Labs, Lucent Technologies