memoize 3.2.9

Memoize struct or class properties.


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

memoize-dlang

Memoize struct or class properties (Dlang)

import memoize;

struct S {
    @property float _x() { return 1.5; }
    mixin CachedProperty!"x";
}
Authors:
  • Victor Porton
Dependencies:
tuple-modifiers
Versions:
3.2.9 2019-May-09
3.2.8 2019-May-09
3.2.7 2019-May-09
3.2.6 2019-May-09
3.2.5 2019-May-09
Show all 20 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 0 downloads total

Score:
0.0
Short URL:
memoize.dub.pm