Untitled
Anonymous
typescript
12/03/2024 5:36 AM
144 B
12
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[]{
};