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")
const
static if(!allowDuplicates)
opBinaryRight
(
string op
L
)
(
const L lhs
)

Meta