1. from sequtils import toSeq
    2. iterator something: string =
    3. yield "World"
    4. var info = something().toSeq