tanya v0.19.0 (2023-09-25T16:35:33Z)
Dub
Repo
isDelegate.isDelegate
tanya
meta
trait
isDelegate
Undocumented in source.
enum
bool
isDelegate
;
enum
bool
isDelegate
;
template
isDelegate
(F...)
static if
(!(
is(F[0] == delegate) || is(typeof(F[0]) == delegate)
))
enum
bool
isDelegate
;
Meta
Source
See Implementation
tanya
meta
trait
isDelegate
variables
isDelegate