import { Deep } from "https://deno.land/x/rimbu@1.0.3/core/main/exports.ts";
const { stringSplit } = Deep.Path;
Return the given path
string split into an array of subpaths.
x/rimbu/core/main/exports.ts>Deep.Path.stringSplit
import { Deep } from "https://deno.land/x/rimbu@1.0.3/core/main/exports.ts";
const { stringSplit } = Deep.Path;
Return the given path
string split into an array of subpaths.