synchronizedMemoize.synchronizedMemoize

Undocumented in source. Be warned that the author may not have intended to support it.
  1. ReturnType!fun synchronizedMemoize(const(Parameters!fun) args)
    template synchronizedMemoize(alias fun, uint maxSize)
    ReturnType!fun
    synchronizedMemoize
    (
    const(Parameters!fun) args
    )
  2. template synchronizedMemoize(alias fun)

Meta