@rimbu/collection-types@rimbu/collection-types/map-customWithElemOn this pagetype WithElem<Tp,T>A utility type to set the element type to given type T.Definitionexport type WithElem<Tp, T> = Elem<T> & Tp;