// Copyright 2025 Gabriel Bjørnager Jensen.
//
// This Source Code Form is subject to the terms of
// the Mozilla Public License, v. 2.0. If a copy of
// the MPL was not distributed with this file, you
// can obtain one at:
// <https://mozilla.org/MPL/2.0/>.
//! [`Simd`] and associated facilities.
pub use IntoIter;
pub use Iter;
pub use IterMut;
pub use Layout;
pub use Simd;
pub use SimdElement;
pub use ValidLayout;
pub use SealedSimdElement;
pub use *;
pub use SealedValidLayout;