UNPKG

astl

Version:

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

4 lines 75 B
export declare interface IPushFront<T> { push_front(val: T): void; }