ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
getMixinComposite.dataCode
ae
utils
autodata
_CmpDataHandler
getMixinComposite
Undocumented in source.
enum
dataCode
;
enum
dataCode
;
enum
dataCode
;
enum
dataCode
;
template
getMixinComposite
(T, string name, bool reverseSort)
static if
(!(
is(T == string) && is(std.string.cmp)
))
static if
(!(
is(T == int)
))
static if
(!(
is(typeof(T.opCmp))
))
enum
dataCode
=
"if (this."
~
name
~
" < _AutoDataOther."
~
name
~
") return "
~
reverseStr
~
"(-1);"
~
"if (this."
~
name
~
" > _AutoDataOther."
~
name
~
") return "
~
reverseStr
~
"( 1);"
;
Meta
Source
See Source File
ae
utils
autodata
_CmpDataHandler
getMixinComposite
manifest constants
arrCode
code
dataCode
reverseStr