fix: swizzle_mask docs
This commit is contained in:
parent
f6519c5d70
commit
bbcfdb5cbf
1 changed files with 1 additions and 2 deletions
|
|
@ -147,8 +147,7 @@ pub trait Swizzle<const N: usize> {
|
|||
|
||||
/// Create a new mask from the elements of `mask`.
|
||||
///
|
||||
/// Element `i` of the output is `concat[Self::INDEX[i]]`, where `concat` is the concatenation of
|
||||
/// `first` and `second`.
|
||||
/// Element `i` of the output is `mask[Self::INDEX[i]]`.
|
||||
#[inline]
|
||||
#[must_use = "method returns a new mask and does not mutate the original inputs"]
|
||||
fn swizzle_mask<T, const M: usize>(mask: Mask<T, M>) -> Mask<T, N>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue