I would say we are required to explicitly typecast if any of the following are true: 1) compiler warning if you don't 2) byte count/mem size matters (e.g. message payload) and might not match desir...
I would say we are required to explicitly typecast if any of the following are true:
1) compiler warning if you don't
2) byte count/mem size matters (e.g. message payload) and might not match desired size if you don't cast it
I don't think either is true in this case.