// Copyright 2024-2026 Gabriel Bjørnager Jensen.
//
// SPDX: MIT OR Apache-2.0
//! The [`Slice`] trait.
use crateOutlay;
/// Denotes a type with a slice layout.
///
/// # Safety
///
/// Only [slices] and size-like DSTs may implement
/// this trait.
///
/// [slices]: slice
pub unsafe
unsafe
unsafe