We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
std::vec::Vec shows the inherent method impl blocks in a different order than collection::vec::Vec. The latter follows the order in the source.
std::vec::Vec
impl
collection::vec::Vec
Part of #24305