815fec1839
In the STL, <iterator> has a std::size for arrays. Some of these could also just be ranged for loops. One static_assert could not use std::size(out->whatever) because out was not a compile-time value, but std::extent_v<decltype(out->whatever)> works instead. Change-Id: I28007c79f5583e09167b81a34a447e205ee6dd9b Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/81658 Reviewed-by: Adam Langley <agl@google.com> Commit-Queue: David Benjamin <davidben@google.com>