ReadInt32Array
- Namespace
- Rowles.LeanLucene.Store
- Assembly
- Rowles.LeanLucene.dll
Methods
ReadInt32Array(Span<int>, int)
Bulk-reads
countint32 values into the destination span. Single bounds check for the entire block. Much faster than N × ReadInt32().
ReadInt32Array(Span<int>, int, ref long)
Stateless variant of ReadInt32Array(Span<int>, int) using a caller-supplied cursor.