memoize v3.0.0 (2019-03-25T10:47:04Z)
Dub
Repo
noLockMemoize
memoize
must be locked explicitly!
alias
noLockMemoize
(
alias
fun
)
=
_memoize
!(
fun
,
"shared"
)
alias
noLockMemoize
(
alias
fun
,
uint
maxSize
)
=
_memoize
!(
fun
,
maxSize
,
"shared"
)
alias
noLockMemoize
(
alias
fun
,
uint
maxSize
)
=
_memoize
!(
fun
,
maxSize
, "shared")
Meta
Source
See Implementation
memoize
aliases
memoize
noLockMemoize
mixin templates
CachedProperty
templates
memoizeMember
synchronizedMemoize
must be locked explicitly!