count import { count } from "destack:bytes"; Return the number of non-overlapping occurrences of needle. export function count(bytes: &'a readonly [uint8], needle: &'b readonly [uint8]): usize language/library/src/bytes/bytes.ds:178:180