Skip to main content
Module

x/tstl/functional/IPointer.ts>IPointer.ValueType

TypeScript-STL (Standard Template Library, migrated from C++)
Go to Latest
type alias IPointer.ValueType
import { type IPointer } from "https://deno.land/x/tstl@v2.4.11/functional/IPointer.ts";
const { ValueType } = IPointer;

Inference of value type.

Type Parameters

Pointer extends IPointer<any>
definition: Pointer extends IPointer<infer T> ? T : unknown