Open fnzr opened 3 years ago
Thanks @fnzr - I'll take a look at it. In general %A
flag means, that you're using .NET reflection to introspect an object and take its contents. It may be problematic to fix it. If you'd use %O
flag instead, you'd use a native Vec.ToString
method, which prints the contents correctly.
Oh, I see. This solution is good enough for me, feel free to close this issue. Thanks!
When using printfn to print a member of Vec, the message "Error: Index was outside the bounds of the array" is shown. There's no actual error occuring. Example:
Output:
Expected output (or similar):
I cloned the most recent version, commit 2983d0293e0ea366d833dc052efdc078cd268272