SortedList.opBinaryRight

Undocumented in source. Be warned that the author may not have intended to support it.
struct SortedList(E, alias cmp = "a < b", bool allowDuplicates = true, alias equal = "a == b")
@safe pure nothrow
static if(!allowDuplicates)
opBinaryRight
(
string op
)
(
const E key
)

Meta