another one but weird and long winded?!: ```sequen...
# leedskotlinusergroup
d
another one but weird and long winded?!:
Copy code
sequence {
         yieldAll(object : Iterator<A?> {
            override fun hasNext(): Boolean = true
            override fun next(): A? = if (isNextNull(rs)) null else <mailto:this@orNull.next|this@orNull.next>(rs)
         })
      }