You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now, we can initialize with Data, so from a [UInt8] using Data(bytes). Could we implement a more optimized way to use [UInt8] directly without a conversion to Data? (To improve performances)
The text was updated successfully, but these errors were encountered:
For now, we can initialize with
Data
, so from a[UInt8]
usingData(bytes)
. Could we implement a more optimized way to use[UInt8]
directly without a conversion toData
? (To improve performances)The text was updated successfully, but these errors were encountered: