# Pastebin 6i2Ru4U4 fun ref sentv(conn: TCPConnection ref, data: ByteSeqIter): ByteSeqIter => for bytes in data.values() do sent(conn, bytes) end