Trait std::slice::Join

pub trait Join<Separator> {
    type Output;
    fn join(slice: &Self, sep: Separator) -> Self::Output;
}
???? This is a nightly-only experimental API. (slice_concat_trait #27747)

Helper trait for [T]::join

Associated Types

???? This is a nightly-only experimental API. (slice_concat_trait #27747)

The resulting type after concatenation

Required methods

???? This is a nightly-only experimental API. (slice_concat_trait #27747)

Implementation of [T]::join

Implementors

© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/std/slice/trait.Join.html