Buckets:
| export function same<T>(a: readonly T[] | undefined, b: readonly T[] | undefined) { | |
| if (a === b) return true | |
| if (!a || !b) return false | |
| if (a.length !== b.length) return false | |
| return a.every((x, i) => x === b[i]) | |
| } | |
Xet Storage Details
- Size:
- 223 Bytes
- Xet hash:
- 1464041c41560e822424c29993a18e249c3184f058c5e5137c456cad8d285aff
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.