PreviousUpNext

15.3.435  src/lib/src/rw-vector-sort.api

## rw-vector-sort.api

# Compiled by:
#     src/lib/std/standard.lib



# Api for in-place sorting of typeagnostic arrays


###    "To improve is to change;
###     to be perfect is to change often."
###
###              -- Winston Churchill



api Rw_Vector_Sort {

    Rw_Vector(X);

    sort:    ((X, X) -> Order) -> Rw_Vector(X) -> Void;
    sorted:  ((X, X) -> Order) -> Rw_Vector(X) -> Bool;

}; #  Rw_Vector_Sort



## COPYRIGHT (c) 1993 by AT&T Bell Laboratories.  See SMLNJ-COPYRIGHT file for details.
## Subsequent changes by Jeff Prothero Copyright (c) 2010-2015,
## released per terms of SMLNJ-COPYRIGHT.


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext