ocean ~master (2025-12-21T07:04:04.4212625)
Dub
Repo
hasMethod.hasMethod
ocean
meta
traits
Aggregates
hasMethod
Undocumented in source.
auto
hasMethod
;
template
hasMethod
(T, string name, F)
static immutable
static if
(
hasMember!(T, name)
)
auto
hasMethod
=
is
(
typeof
(
mixin
(
"&T.init."
~
name
)) :
F
)
;
auto
hasMethod
;
Meta
Source
See Source File
ocean
meta
traits
Aggregates
hasMethod
static variables
hasMethod