import * as rimbu from "https://deno.land/x/rimbu@0.14.0/collection-types/set-custom/index.ts";
Interfaces
I Elem | A higher-kind utility type providing access to the element type T. |
A higher-kind utility type providing access to a key type K and value type V. | |
I Row | A higher-kind utility type providing access to a row type R, a column type C, and a value type V. |
Utility interface that provides higher-kinded types for this collection. | |
Utility interface that provides higher-kinded types for this collection. |
Type Aliases
A utility type to set the element type to given type T. | |
A utility type to set the key type to given type K, and the value type to given type 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. |