i18n ~master (2016-04-04T10:13:17Z)
Dub
Repo
Strings.opDispatch
i18n
text
Strings
Undocumented in source.
template
opDispatch
(string id, string file = __FILE__, uint line = __LINE__)
template
opDispatch
(string id)
struct
Strings
()
version(!i18n_list_references)
template
opDispatch (
string
id
)
if
(
identifierExists
(
id
)
) {
alias
opDispatch
=
opDispatchImpl
!(
id
,
I18NString
)
;
}
I18NString
opDispatch
[@property getter]
Members
Aliases
opDispatch
alias
opDispatch
=
opDispatchImpl
!(
id
,
I18NString
)
Undocumented in source.
Meta
Source
See Implementation
i18n
text
Strings
aliases
I18NString
postblits
this(this)
static functions
identifierExists
templates
getEncoded
opDispatch