On Wednesday, 30 March 2016 at 13:24:20 UTC, ag0aep6g wrote:
On 30.03.2016 15:12, Nordlöw wrote:
https://github.com/nordlow/justd/blob/master/packedarray.d

From there:

this(R)(R values, bool assumeSortedParameter = false) @trusted nothrow @("complexity", "O(n*log(n))")
        if (isInputRange!R)

This is off topic, but don't mark templates like that @trusted. By doing so you also trust R, but you don't know if it's memory safe.

Should I post in group "General" instead?

Reply via email to