UNPKG

astl

Version:

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

9 lines (8 loc) 151 B
export class SourcePointer<T extends object> { public value: T; public constructor(value: T) { this.value = value; } }