Razvan Nitu

Results 372 comments of Razvan Nitu

@Bolpat Is this addition still required? cc @atilaneves

I saw that PR #6499 was closed so I wanted to make sure that you are still pursuing this. Will merging this PR unblock #6499?

@Bolpat Have you made any progress on this?

@dukc I am going to close this as the implementation of noreturn is still half baked. We can come back to this later.

@pbackus I did not see the point in having this PR in the queue while `noreturn` is still semi-implemented. However, indeed, we can keep it open and label it as...

Issue 22390 has been fixed. Let's give this another spin.

> I don't get you The first overload allocates with the gcc. My point was that `toDigestImpl` may return a range that lazily computes the bytes when needed. Isn't that...

No, I mean you could implement a `ByteRange` that lazily computes the bytes: ```d struct ByteRange { string hexString; // stores a reference to the hex string that needs to...