sbylib ~master (2020-02-29T08:12:18Z)
Dub
Repo
Register
sbylib
engine
project
entry
Undocumented in source.
template
Register (
alias
f
string
mn
=
moduleName
!
f
) {
static if
(
is(Parameters!f == AliasSeq!(Project, ModuleContext))
)
enum
Register
;
static if
(!(
is(Parameters!f == AliasSeq!(Project, ModuleContext))
))
ReturnType
!
f
__entryPoint__
(Project proj, ModuleContext context);
static if
(!(
is(Parameters!f == AliasSeq!(Project, ModuleContext))
))
enum
Register
;
}
Members
Functions
__entryPoint__
ReturnType
!
f
__entryPoint__
(Project proj, ModuleContext context)
Undocumented in source. Be warned that the author may not have intended to support it.
Manifest constants
Register
enum
Register
;
Undocumented in source.
Register
enum
Register
;
Undocumented in source.
Meta
Source
See Implementation
sbylib
engine
project
entry
functions
depends
structs
Depends
templates
Register