-
Notifications
You must be signed in to change notification settings - Fork 3
List
JustGod edited this page Oct 28, 2023
·
1 revision
(method) List:Constructor()(method) List:add(value: any)
-> List(method) List:at(index: number)
-> any(method) List:contains(callback: fun(value: any):boolean)
-> booleantable<number, any>(method) List:find(callback: fun(value: any):boolean)
-> any(method) List:forEach(callback: fun(index: number, value: any))
-> List(method) List:index(value: any)
-> number|nil(method) List:list(callback: fun(index: number, value: any):any)
-> List(method) List:remove(index: number)
-> List