sdc v0.0.5 (2022-05-23T13:04:49Z)
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