interface List.Types
implements Elem
import { type List } from "https://deno.land/x/rimbu@1.0.3/list/mod.ts";
const { Types } = List;
A utility interface to extract related List types.
Properties
readonly
normal: List<this["_T"]>readonly
nonEmpty: List.NonEmpty<this["_T"]>