viva ~master (2021-03-16T19:32:06Z)
Home
Dub
Repo
forEach
viva
types
collection
void
forEach
(T[] arr, void delegate(ref T t) callback)
void
forEach
(T[] arr, void delegate(T t) callback)
void
forEach
(HashTable table, void delegate(ref EntryValue value) callback)
void
forEach
(HashTable table, void delegate(EntryValue value) callback)
void
forEach
(
ref
HashTable
table
,
void
delegate
(
EntryValue
value
)
callback
)
void
forEach
(Cache!T cache, void delegate(ref EntryValue value) callback)
void
forEach
(Cache!T cache, void delegate(EntryValue value) callback)
Meta
Source
See Implementation
viva
types
collection
functions
forEach
join