Be concise.
Be useful.
All contributions dictatorially edited by webmasters to match personal tastes.
Please do not paste any copyright violating material.
Please try to avoid dependencies to third-party libraries and frameworks.
N : Integer := (T'Size + 7) / 8;
n = sizeof (t);
int n; unsafe { n = sizeof(T); }
int n = sizeof(T);
auto n = T.sizeof;
n := SizeOf(T);
let n = ::std::mem::size_of::<T>();