// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
usealloc::collections::VecDeque;implsuper::Storage forVecDeque<u8>{#[inline]fnput_slice(&mutself, bytes:&[u8]){self.extend(bytes);}#[inline]fnremaining_capacity(&self)->usize{(isize::MAXasusize)-self.len()}}