|
wired
libc-free QUIC/HTTP3 SDK in C for x86_64-linux
|
Mutable view of a byte range. More...
#include <span.h>
Data Fields | |
| u8 * | p |
| first byte of the writable range (not owned) | |
| usz | n |
| number of writable bytes at p | |
Mutable view of a byte range.
Same shape as quic_span but writable: used for fixed-size outputs where the callee fills exactly n bytes (e.g. a key or digest buffer). Construct with quic_mspan_of().