find_sequence: Find the first occurrence (if any) of a sequence of raw bytes...

Description Usage Arguments Value

View source: R/RcppExports.R

Description

Find the first occurrence (if any) of a sequence of raw bytes (pattern) in buffer.

Usage

1

Arguments

buffer

vector to search in

pattern

sequence of bytes to look for

Value

index in buffer or -1 if not found


hrbrmstr/burrp documentation built on April 16, 2021, 3:15 a.m.