UNPKG

astl

Version:

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

5 lines 83 B
export interface IPair<First, Second> { first: First; second: Second; }