Skip to main content
Module

x/structurae/index.ts>MapView#set

Data structures for high-performance JavaScript applications.
Latest
method MapView.prototype.set
import { MapView } from "https://deno.land/x/structurae@4.0.1/index.ts";

Type Parameters

P extends keyof T

Parameters

field: P
value: T[P]