Packages
gpseq-1.0
Gpseq
Compares
join
reverse
Gpseq.Compares
Description:
Content:
Functions:
public
CompareDataFunc
<
G
>
join
<
G
> (
owned
CompareDataFunc
<
G
> cmp,
owned
CompareDataFunc
<
G
> cmp2)
Joins the given two compare functions and returns the combined compare function.
public
CompareDataFunc
<
G
>
reverse
<
G
> (
owned
CompareDataFunc
<
G
>? cmp =
null
)
Returns a compare function which is a reversed version of the given function.