PersistentMemoized

std.functional.memoize variant with automatic persistence

Constructors

this
this(string fileName)
Undocumented in source.

Members

Aliases

_AA
alias _AA = ReturnType!fun[string]
Undocumented in source.

Functions

opCall
ReturnType!fun opCall(ParameterTypeTuple!fun args)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta