Skip to content

Commit c81942e

Browse files
committed
Added %supported_numericals and %supported_numericals_lowercase to globals.regen
1 parent 8875755 commit c81942e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/NumSharp.Core/globals.regen

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@
33

44
%supported_primitives = ["Boolean","Byte","Int16","UInt16","Int32","UInt32","Int64","UInt64","Char","Double","Single","Decimal","String"]
55
%supported_primitives_lowercase = ["bool","byte","short","ushort","int","uint","long","ulong","char","double","float","decimal","string"]
6+
7+
%supported_numericals = ["Byte","Int16","UInt16","Int32","UInt32","Int64","UInt64","Char","Double","Single","Decimal"]
8+
%supported_numericals_lowercase = ["byte","short","ushort","int","uint","long","ulong","char","double","float","decimal"]

0 commit comments

Comments
 (0)