# core/src/ops/buffer/byte_count/spec.toml
# v1 schema.
= 1
= "buffer.byte_count"
= "graph-reachability"
= "Byte Count"
= "Count occurrences of needle_byte & 0xff in a byte buffer."
= "C"
[]
= "buffer_byte_count"
[]
= ["Bytes", "U32"]
= "U32"
= ["empty", "absent", "single_match", "many_matches"]
= [64, 1, 1]
= ["buffer", "count", "byte"]
= "fixtures/"