sdc ~master (2022-04-26T13:08:25Z)
Dub
Repo
AliasThisResolver
d
semantic
aliasthis
Undocumented in source.
struct
AliasThisResolver (
alias
handler
) {
alias
Ret
=
typeof
(
handler
(
Symbol
.
init
))
;
this
(SemanticPass pass);
Ret
[]
resolve
(Expression e);
Ret
[]
resolve
(Expression e, Aggregate a);
import
source
.
name
;
;
}
Constructors
this
this
(SemanticPass pass)
Undocumented in source.
Alias This
pass
Members
Aliases
Ret
alias
Ret
=
typeof
(
handler
(
Symbol
.
init
))
Undocumented in source.
Functions
resolve
Ret
[]
resolve
(Expression e)
Undocumented in source. Be warned that the author may not have intended to support it.
resolve
Ret
[]
resolve
(Expression e, Aggregate a)
Undocumented in source.
Meta
Source
See Implementation
d
semantic
aliasthis
structs
AliasThisResolver