There is a rather popular repo on GitHub called iOS Skills Matrix by Bohdan Orlov.
There, in "Memory" row, "Middle" column, it states that
Structs increase binary size
I have first seen this statement more than half a year back and ever since I have been wondering whether if it is true and if yes, why is it so? Does it have to do anything with the fact that structs are copied around in function calls?