Function take

#[must_use]
pub const fn take<T>(inner: T, limit: u64) -> Take<T>