pub const fn repeat(byte: u8) -> Repeat🔬This is a nightly-only experimental API. (
core_io #154046)Expand description
Creates an instance of a reader that infinitely repeats one byte.
All reads from this reader will succeed by filling the specified buffer with the given byte.