viva v0.1.7-alpha (2021-01-10T15:41:58Z)
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
(Cache!T cache, void delegate(ref EntryValue value) callback)
void
forEach
(
T
)
(
ref
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