Cleanup: Fix Span drop_back docstring
Pull Request: https://projects.blender.org/blender/blender/pulls/125512
This commit is contained in:
@@ -177,8 +177,8 @@ template<typename T> class Span {
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns a new Span with n elements removed from the beginning. This invokes undefined
|
||||
* behavior when n is negative.
|
||||
* Returns a new Span with n elements removed from the end. This invokes undefined behavior when
|
||||
* n is negative.
|
||||
*/
|
||||
constexpr Span drop_back(int64_t n) const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user