Expand description
Substring-search sub-dialect.
Constants§
- SCAN_
SUBSTRING_ OP_ ID - Canonical scan op id.
Functions§
- substring_
search - Build a Program that writes
1tomatches[i]whenhaystack[i..]starts withneedle, else0. Both buffers are u32 byte arrays packed one byte per u32 for simplicity (a future packed-u8 version is Category A overDataType::U8).