UNPKG

astl

Version:

AssemblyScript-STL (Standard Template Library, migrated from the C++)

4 lines 49 B
export interface IPointer<T> { value: T; }