Skip to content

Commit

Permalink
Remove redundant todo (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
MierenManz authored Jan 11, 2024
1 parent 3ece55a commit f76d1a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/array/typed_array.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export class TypedArray<T extends TypedArrays> extends SizedType<T> {
);
}

// @TODO: Not sure if this is the behavior we want
readPacked(dt: DataView, options: Options = { byteOffset: 0 }): T {
super.rangeCheck(dt.byteLength, options.byteOffset);

Expand Down

0 comments on commit f76d1a4

Please sign in to comment.