memoize

The same as in Phobos std.functional.

  1. ReturnType!fun memoize(const(Parameters!fun) args)
    template memoize(alias fun)
    ReturnType!fun
    memoize
    (
    const(Parameters!fun) args
    )
  2. template memoize(alias fun, uint maxSize)

Members

Functions

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

Meta