startsWith import { startsWith } from "destack:bytes"; Return whether bytes starts with prefix. export function startsWith(bytes: &'a readonly [uint8], prefix: &'b readonly [uint8]): boolean language/library/src/bytes/bytes.ds:183:185