1 2 3 4
// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. #[op2(fast)] fn op_string_cow(#[string] s: Cow<str>) -> u32 {}