[roll] Roll fuchsia [fidl] Make CopiedBytes a contiguous range

Add non-const overloads of begin() and end() missed in change
I5b59cc22fdc79928ac866fbc2abf07863313796f and a version-guarded
static_assert that CopiedBytes& fulfills std::range::contiguous_range
and so can be provided to the std::span constructor.

Original-Bug: 113689
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/791722
Original-Revision: 4d5edeac9f0c9e706d3222a433840e3f569106d4
GitOrigin-RevId: 56720a8a8e46d332a0051f3e47695dbc2b706987
Change-Id: I3958569b05e35ef7bb66fff62aca941181b43ff6
1 file changed
tree: 665f98213b454ec9d115a95356611ad01a228960
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.