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