descore v1.1.0 (2015-01-15T16:11:38Z)
Dub
Repo
hasBasicMathOp.hasBasicMathOp
des
math
basic
traits
hasBasicMathOp
Undocumented in source.
template
hasBasicMathOp
(T)
enum
hasBasicMathOp
=
isAssignable
!(
Unqual
!
T
,
T
) &&
is
(
typeof
(
T.init
+
T.init
) ==
T
) &&
is
(
typeof
(
T.init
-
T.init
) ==
T
) &&
is
(
typeof
((
T.init
*
0.5
)) :
T
) &&
is
(
typeof
((
T.init
/
0.5
)) :
T
)
;
Meta
Source
See Source File
des
math
basic
traits
hasBasicMathOp
manifest constants
hasBasicMathOp