dls v0.25.6 (2019-05-19T16:56:59Z)
Dub
Repo
DlsUpgradeSizeParams
dls
protocol
interfaces
dls
Undocumented in source.
class
DlsUpgradeSizeParams :
TranslationParams
{
import
dls
.
util
.
i18n
:
Tr
;
;
size_t
size
;
this
(Tr tr, string[] args, size_t size);
}
Constructors
this
this
(Tr tr, string[] args, size_t size)
Undocumented in source.
Members
Variables
size
size_t
size
;
Undocumented in source.
Inherited Members
From TranslationParams
tr
string
tr
;
Undocumented in source.
Meta
Source
See Implementation
dls
protocol
interfaces
dls
classes
DlsUpgradeSizeParams
TranslationParams