Skip to main content
Module

x/rimbu/mod.ts>RelatedTo

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
type alias RelatedTo
Re-export
import { type RelatedTo } from "https://deno.land/x/rimbu@0.14.0/mod.ts";

Accepts all types of T and U where T extends U or U extends T.

definition: T | SuperOf<U, T>