Probably. At least `(*foo)[..42]` is pretty ugly Either we implement `Slice` for `&[T]` (currently only implemented for `[T]`) or we do the same autoref/deref for slices as we do for method call.