ae v0.0.2845 (2020-11-29T12:45:19Z)
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