Table of Contents

Method FromBits

Namespace
Qavren.Edge.Sqlite.Vec
Assembly
Qavren.Edge.Sqlite.dll

FromBits(ReadOnlySpan<bool>)

Least significant bit first within each byte, matching vec_bit().

public static byte[] FromBits(ReadOnlySpan<bool> values)

Parameters

values ReadOnlySpan<bool>

Returns

byte[]