当前位置:网站首页>Lua iterator
Lua iterator
2022-07-27 07:54:00 【nginx】
Generic for iterator explain
Generic for Save the iteration function inside yourself , In fact, it holds three values : Iterative function 、 State constant 、 Control variables . Generic for The iterator provides the of the collection key/value Yes .
grammar
Case study Generic for iterator
for k, v in pairs(t) doprint(k, v)end
Generic for Iterator traverses the array
The program runs , Console output , Here's the picture :
#!/usr/bin/luaprint("haicoder()\n")array = {"Hello", "HaiCoder", "Lua"}for k, v in ipairs(array)doprint(string.format("Key = %d, Value = %s", k, v))end

We can see , We use generics for The iterator traversed the array elements .
Lua Iterator summary iterator (iterator) It's a kind of object , It can be used to traverse some or all of the elements in the standard template library , Each iterator object represents a certain address in the container .
stay Lua Iterators in are structures that support pointer types , It can traverse every element of the collection .Lua Iterators in can be divided into generic types for iterator 、 Stateless iterators and multistate iterators .
Generic for Save the iteration function inside yourself , In fact, it holds three values : Iterative function 、 State constant 、 Control variables . Generic for The iterator provides the of the collection key/value Yes .
From the original :
边栏推荐
猜你喜欢

如何更新pip3?和Running pip as the ‘root‘ user can result in broken permissions and conflicting behaviour

什么是真正的 HTAP ?(二)挑战篇

Installation and use of apifox

Jjwt generate token

RPC 远程过程调用

ADC噪声全面分析 -01- ADC噪声的类型以及ADC特性

Do me a favor ~ don't pay attention, don't log in, a questionnaire in less than a minute

一段平平无奇的秋招经历

Stored procedures and functions

Comprehensive cases
随机推荐
Can Linux install sqlserver
An open source OA office automation system
Primary key in MySQL secondary index - MySQL has a large number of same data paging query optimization
Solution to automatic disconnection of SSH link of Tencent ECS
自动化测试的使用场景
ADC噪声全面分析 -01- ADC噪声的类型以及ADC特性
shell循环练习
ADC噪声全面分析 -02- ADC 噪声测量方法和相关参数
Apifox安装及使用
Sword finger offer 58 - I. flip word order
【已解决】单点登录成功SSO转发,转发URL中带参数导致报错There was an unexpected error (type=Internal Server Error, status=500)
DASCTF2022.07赋能赛密码wp
MCU multi-level menu
Shell enterprise interview exercise
RPC remote procedure call
剑指 Offer 58 - I. 翻转单词顺序
Comprehensive analysis of ADC noise-01-types of ADC noise and ADC characteristics
浅谈数据安全
物来顺应,未来不迎,当时不杂,既过不恋
mqtt指令收发请求订阅