sdc ~master (2022-04-26T13:08:25Z)
Dub
Repo
DataLayout
d
semantic
datalayout
Undocumented in source.
interface
DataLayout {
uint
getSize
(Type t);
uint
getAlign
(Type t);
}
Members
Functions
getAlign
uint
getAlign
(Type t)
Undocumented in source.
getSize
uint
getSize
(Type t)
Undocumented in source.
Meta
Source
See Implementation
d
semantic
datalayout
interfaces
DataLayout