viva ~master (2022-01-21T13:19:40.543822)
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