menu
trimAsciiStart
import { trimAsciiStart } from "destack:bytes";
Trim leading ASCII whitespace.
1export function trimAsciiStart(bytes: &'a readonly [uint8]): readonly [uint8]import { trimAsciiStart } from "destack:bytes";
Trim leading ASCII whitespace.
1export function trimAsciiStart(bytes: &'a readonly [uint8]): readonly [uint8]