Memoizing methods

kyle via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Dec 18 18:45:11 PST 2014


If you memoize a method inside a class definition using 
std.functional.memoize is caching done in a per-object manner, or 
do all objects of this class share cached return values? Thank 
you.


More information about the Digitalmars-d-learn mailing list