We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f90bc4 commit d073ea8Copy full SHA for d073ea8
src/Data/ArrayBuffer/Typed.purs
@@ -34,7 +34,7 @@ module Data.ArrayBuffer.Typed
34
, buffer, byteOffset, byteLength, length
35
, compare, eq
36
, class TypedArray
37
- , create, whole, remainder, part, empty, fromArray
+ , create, whole, remainder, part, part', empty, fromArray
38
, fill, set, setTyped, copyWithin
39
, map, traverse, traverse_, filter
40
, mapWithIndex, traverseWithIndex, traverseWithIndex_, filterWithIndex
0 commit comments