copy(from:)

Load an instance of this buffer type from little-endian binary data. Returns nil if the input does not contain exactly MemoryLayout<Storage>.size bytes.

InlineBuffer.swift:18
static func copy(from bytes: some RandomAccessCollection<UInt8>) -> `Self`?