mirror of
https://github.com/google/flatbuffers.git
synced 2026-08-03 23:31:05 +00:00
d0321df8cf
Public access to the backing buffer uses Span<T> instead of ArraySegment<T>. Writing to the buffer now supports Span<T> in addition to T[]. To maintain backwards compatibility ENABLE_SPAN_T must be defined.