Let’s say you have an array with a fixed size for each entry (ex: a string or some bytes). What happens if you store a smaller entry? Does the entry get padded with some empty value (zeroes) or does it simply get stored?
Edit:
Sorry for the error, thank you for pointing it out.