setInterval

Sets a continuously firing interval. It will call the function as close to the interval as it can, but it won't let triggers stack up.

version(linux)
setInterval
(
T
)
if (
isCallable!T &&
ParameterTypeTuple!(T).length == 0
)

Meta