Just wondering if Julia has any integer literal suffix support?
So we don't have to write Int64(1234) or Int32(1234) in a long expression containing constants, but use 1234L or 1234S instead.
Just wondering if Julia has any integer literal suffix support?
So we don't have to write Int64(1234) or Int32(1234) in a long expression containing constants, but use 1234L or 1234S instead.