diff options
author | Timothy Flynn <trflynn89@pm.me> | 2023-04-02 13:00:05 -0400 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2023-04-03 15:53:49 +0200 |
commit | 5c045b693427f35b13b40f586fa63bd1d08e06ed (patch) | |
tree | 3212c35c48fa4ccc0f53d1cd313b83cf33d59b55 /Userland/Libraries/LibTLS | |
parent | f7960ffbe3b3d686afb0982608818c5341fe057b (diff) | |
download | serenity-5c045b693427f35b13b40f586fa63bd1d08e06ed.zip |
AK: Add templated Span<u8> and Span<u8 const> constructors for C-arrays
This helper constructor exists on the unspecialized Span<T> class also,
and is convenient for e.g. creating Bytes from:
u8 buffer[64];
Bytes bytes { buffer };
Diffstat (limited to 'Userland/Libraries/LibTLS')
0 files changed, 0 insertions, 0 deletions