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.

Reply via email to