func dropLast<S : Sliceable where S.Index : BidirectionalIndexType>(_: S) Return a slice containing all but the last element of s. Requires: s is non-empty. Declaration func dropLast<S : Sliceable where S.Index : BidirectionalIndexType>(s: S) -> S.SubSlice