universal.meta

Undocumented in source.

Members

Aliases

DeclSpecs
alias DeclSpecs() = TypeTuple!()
Undocumented in source.
Instantiate
alias Instantiate(alias symbol, Args...) = symbol!Args
Undocumented in source.

Enums

isParameterized
eponymoustemplate isParameterized(A...)
Undocumented in source.
isString
eponymoustemplate isString(A...)
Undocumented in source.
isType
eponymoustemplate isType(A...)
Undocumented in source.
simpleName
eponymoustemplate simpleName(A...)
Undocumented in source.
simpleName
eponymoustemplate simpleName(string name)
Undocumented in source.

Functions

WIP
auto WIP()
Undocumented in source. Be warned that the author may not have intended to support it.
indent
string indent(string range)
Undocumented in source. Be warned that the author may not have intended to support it.
toCamelCase
string toCamelCase(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
toPascalCase
string toPascalCase(string name)
Undocumented in source. Be warned that the author may not have intended to support it.

Templates

DeclSpecs
template DeclSpecs(specs...)
Undocumented in source.
Interleave
template Interleave(Symbols...)
Undocumented in source.

Meta