We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d67d50 + 188a3a0 commit c5310cdCopy full SHA for c5310cd
1 file changed
src/NumSharp.Core/Casting/NdArray.ToString.cs
@@ -53,7 +53,7 @@ private void PrettyPrint(StringBuilder s, bool flat = false)
53
if (typecode == NPTypeCode.Char)
54
{
55
s.Append("\"");
56
- s.Append(string.Join("", this.AsIterator().Cast<char>()));
+ s.Append(string.Join("", this.AsIterator<char>()));
57
58
}
59
else
0 commit comments