forked from daren.hsu/line_push
2 lines
50 B
TypeScript
2 lines
50 B
TypeScript
export default function arr_back<T>(arr: T[]): T;
|