import { range } from "https://deno.land/x/dynablox_opencloud@v0.2.2/src/rest/utils/balanced.ts";
For the first non-nested matching pair of a
and b
in str
,
return an array with indexes: [ <a index>, <b index> ]
.
x/dynablox_opencloud/src/rest/utils/balanced.ts>range
import { range } from "https://deno.land/x/dynablox_opencloud@v0.2.2/src/rest/utils/balanced.ts";
For the first non-nested matching pair of a
and b
in str
,
return an array with indexes: [ <a index>, <b index> ]
.