lubeck ~master (2021-08-20T14:34:21Z)
Dub
Repo
CommonType.CommonType
kaleidic
lubeck
CommonType
Undocumented in source.
alias
CommonType
=
Complex
!(
CommonType
!(
realType
!
A
,
realType
!
B
))
alias
CommonType
=
typeof
(
A
.
init
+
B
.
init
)
template
CommonType
(A, B)
static if
(!(
isComplex!A || isComplex!B
))
alias
CommonType
=
typeof
(
A.init
+
B.init
)
Meta
Source
See Implementation
kaleidic
lubeck
CommonType
aliases
CommonType