ssll v0.3.0 (2019-07-25T17:16:20Z)
Dub
Repo
impl.ff
ssll
funcsByUDA
impl
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
template
impl
(lst...)
@
nogc
nothrow extern (
C
)
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