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