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 67ee7b5 commit 1cf9025Copy full SHA for 1cf9025
src/fable-library-py/fable_library/array_.py
@@ -5,8 +5,7 @@
5
6
_T = TypeVar("_T")
7
8
-# Define typed array constructors. We do not use type aliases here since
9
-# we need to use them as constructors and not just types.
+# Define the typed array constructors.
10
Int8Array = array.FSharpCons[int8]("Int8")
11
UInt8Array = array.FSharpCons[uint8]("UInt8")
12
Int16Array = array.FSharpCons[int16]("Int16")
0 commit comments