ocean ~v6.x.x (2022-01-14T16:08:36.1174149)
Dub
Repo
Compare
ocean
util
container
model
IContainer
Comparator function
template
Compare (
V
) {
alias
Compare
=
int
function
(
ref
V
a
,
ref
V
b
)
;
}
Members
Aliases
Compare
alias
Compare
=
int
function
(
ref
V
a
,
ref
V
b
)
Undocumented in source.
Meta
Source
See Implementation
ocean
util
container
model
IContainer
interfaces
IContainer
templates
Compare
Comparator function