d348c473b0
No changes in cids, just defining kFirstTypedDataCid and kLastTypedDataCid to avoid assumptions that kTypedDataInt8ArrayCid is the first one and that kByteDataViewCid comes after the last one (outside of compile-time checks for possible new typed data cids before kTypedDataInt8ArrayCid and kByteDataViewCid). Also defining kNumTypedDataCidRemainders to be used in the place of the appropriate hardcoded 4s. TEST=ci Change-Id: Ic9f937ef0fa670b3331b9079090596d9a120ee15 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/352862 Commit-Queue: Tess Strickland <sstrickl@google.com> Reviewed-by: Alexander Markov <alexmarkov@google.com>