On Wednesday, 23 June 2021 at 22:46:28 UTC, Steven Schveighoffer wrote:

Use the `release` method:

```d
return lnumRange.sort!(...).release;
```

-Steve

Fantastic, issue solved, I previously used sort ascending even descending but first time on floats.

So I went and searched phobos docs:

auto release();
Releases the controlled range and returns it.

Not much clarification there.

Can you elaborate a bit if possible Steve ?

Reply via email to