Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/rimbu/core/main/exports.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.13.5/core/main/exports.ts";

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

definition: T | SuperOf<U, T>