Add a `join()` operator with `prefix`, `sep` and `suffix`. `assert_eq!([1, 2, 3].iter().join("<[", ", ", "]>"), "<[1, 2, 3]>");`