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