Ordonnancement

extension Sequence
  • Déclaration

    func followed<S: Sequence>(by other: S) -> Concatenation<Self, S>
    where Element == S.Element