fn sizeof(target: anytype) usize
Given a value returns its size as C’s sizeof operator would.
target: anytype,