func dropFirst<Seq : Sliceable>(_: Seq) Return a slice containing all but the first element of s. Requires: s is non-empty. Declaration func dropFirst<Seq : Sliceable>(s: Seq) -> Seq.SubSlice