Untitled
unknown
typescript
a year ago
108 B
6
Indexable
interface Array<T> {
remove(o: T): Array<T>;
}
Array.prototype.findMax = function<T>():T[]{
};Editor is loading...
Leave a Comment
interface Array<T> {
remove(o: T): Array<T>;
}
Array.prototype.findMax = function<T>():T[]{
};