a sequence, the sequence of consecutive strings of the same length, from s to t, in lexicographic order, inclusive
Description
i1 : "a" .. "z"
o1 = (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x,
------------------------------------------------------------------------
y, z)
o1 : Sequence