@rimbu/collection-types@rimbu/collection-types/set-customWithRowOn this pagetype WithRow<Tp,R,C,V>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.Definitionexport type WithRow<Tp, R, C, V> = Tp & Row<R, C, V>;