ssll ~master (2022-03-21T01:42:38.3344856)
Dub
Repo
impl.ff
ssll
funcsByUDA
impl
Undocumented in source.
template
impl
(lst...)
@
nogc
nothrow
static if
(
lst.length == 1
)
static if
(
is(typeof(__traits(getMember, symbol, lst[0])) == function)
)
alias
ff
=
AliasSeq
!(__traits(
getMember
,
symbol
,
lst
[0]))[0]
Meta
Source
See Implementation
ssll
funcsByUDA
impl
aliases
ff
impl