We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e24bed1 commit feaf6ecCopy full SHA for feaf6ec
1 file changed
src/NumSharp.Core/APIs/np.cs
@@ -16,6 +16,7 @@ public static partial class np
16
// https://docs.scipy.org/doc/numpy-1.15.0/user/basics.types.html
17
public static readonly Type bool_ = typeof(bool);
18
public static readonly Type int8 = typeof(char);
19
+ public static readonly Type @char = int8;
20
public static readonly Type uint8 = typeof(byte);
21
public static readonly Type int16 = typeof(short);
22
public static readonly Type uint16 = typeof(ushort);
0 commit comments