bolts ~master (2020-08-17T07:19:44Z)
Dub
Repo
isBinaryOver.isBinaryOver
bolts
traits
functions
isBinaryOver
Undocumented in source.
enum
isBinaryOver
;
enum
isBinaryOver
;
template
isBinaryOver
(T...)
static if
(!(
T.length == 2
))
enum
isBinaryOver
=
T.length
==
3
&& (
isFunctionOver
!
T
||
is
(
typeof
(
binaryFun
!(
T
[
0
])(
T
[
1
].
init
,
T
[
2
].
init
))))
;
Meta
Source
See Source File
bolts
traits
functions
isBinaryOver
manifest constants
isBinaryOver