Closed
Description
Proposal
Problem statement
Based on this comment, the methods were added when making them inherent impls on arrays wasn't possible. This has presumably been fixed in the intervening years.
Motivation, use-cases
bar.foo()
is easier to read than Namespace::foo(bar)
.