type alias WithRowimport { type WithRow } from "https://deno.land/x/rimbu@1.0.4/collection-types/set-custom/index.ts"; A utility type to set the row type to given type R, the column type to given type C, and the value type to given type V. Type ParametersTpRCVdefinition: Tp & Row<R, C, V>