- LOtherT
alias LOtherT = ParameterTypeTuple!(lfn)[0]
Undocumented in source.
- LRet
alias LRet = ReturnType!(lfn)
Undocumented in source.
- ROtherT
alias ROtherT = ParameterTypeTuple!(rfn)[0]
Undocumented in source.
- RRet
alias RRet = ReturnType!(rfn)
Undocumented in source.
- get_dgl
alias get_dgl = dg_wrapper!(T, typeof(&lfn))
Undocumented in source.
- get_dgr
alias get_dgr = dg_wrapper!(T, typeof(&rfn))
Undocumented in source.
- lfn
alias lfn = lop0.Inner!T.FN
Undocumented in source.
- lop
alias lop = _lop.C
Undocumented in source.
- lop0
alias lop0 = lop[0]
Undocumented in source.
- rfn
alias rfn = rop0.Inner!T.FN
Undocumented in source.
- rop
alias rop = _rop.C
Undocumented in source.
- rop0
alias rop0 = rop[0]
Undocumented in source.
- wtype
alias wtype = PydTypeObject!T
Undocumented in source.