Function abc

  • Creates a Stream of 'a', 'b', 'c', ..., 'z' strings.

    Returns Stream<string>

    A stream of strings from 'a' to 'z'.