biod ~master (2019-12-17T12:58:49Z)
Home
Dub
Repo
memoize
bio
core
utils
memoize
Undocumented in source. Be warned that the author may not have intended to support it.
auto
memoize
(
alias
func
uint
maxItems
= 1024
alias
CacheImpl
=
BasicCache
Args
...
)
(
Args
args
)
if
(
isCallable
!
func
&&
is
(
Args
==
ParameterTypeTuple
!
func
)
&&
Args.length
> 0
)
Meta
Source
See Implementation
bio
core
utils
memoize
classes
BasicCache
FifoCache
LuCache
functions
memoize
printStats
interfaces
Cache
static variables
evaluations
hits
misses