Static Methodswift-hash 0.7.1InlineBuffer
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.
static func copy(from bytes: some RandomAccessCollection<UInt8>) -> `Self`?