Skip to main content
Module

x/tstl/functional/IPointer.ts>IPointer

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

Type Aliases

Inference of value type.

interface IPointer
import { type IPointer } from "https://deno.land/x/tstl@v2.4.11/functional/IPointer.ts";

Pointer referencing value.

Properties

value: T

Reference of the value.