Struct simd::Tails
[−]
[src]
pub struct Tails<'a, T: 'a, U: 'a> {
pub start: &'a [T],
pub middle: &'a [U],
pub end: &'a [T],
}A type that repesents a &[U] converted from a &[T], where the
conversion may be forced to leave leading/trailing elements (due
to alignment/size mismatches).
Fields
start | |
middle | |
end |