struct Sorted(A, bool uniqueElements = true, alias less = "a < b", SwapStrategy ss = SwapStrategy.unstable)
scope @
trusted static if(isDynamic)
static if(!(uniqueElements))
size_t
insert
 if (
isInputRange!R && 
isAssignable!(
E, 
typeof(
R.init.front))
 )
 
Insert values into this.