Gpseq.Compares – gpseq-1.0 Reference Manual
Compares
Description:
public
namespace
Compares
Namespace:
Gpseq.Compares
Package:
gpseq-1.0
Content:
Methods:
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.
2022 vala-language.org