Open gojakuch opened 2 months ago
most of std::vector methods (for the forward mode) are going to be covered in the #1099 PR. emplace isn't tackled there because of its variadic nature, but it still needs to be supported eventually.
std::vector
emplace
most of
std::vector
methods (for the forward mode) are going to be covered in the #1099 PR.emplace
isn't tackled there because of its variadic nature, but it still needs to be supported eventually.