Closed lucacasonato closed 2 years ago
Arc<String> to Arc<str> (double heap pointer -> single heap pointer)
Arc<String>
Arc<str>
Also enforces that BOM handling is a deno_graph concern. See https://github.com/denoland/deno_graph/pull/152
deno_graph
All committers have signed the CLA.
Arc<String>
toArc<str>
(double heap pointer -> single heap pointer)Also enforces that BOM handling is a
deno_graph
concern. See https://github.com/denoland/deno_graph/pull/152