IndexMixin.replace

Replaces r.front with value

mixintemplate IndexMixin(size_t N, ThisContainer)
bool
replace
(
Position!ThisNode r
,
ValueView value
)

Return Value

Type: bool

whether replacement succeeded Complexity: ??

Meta