[Issue 18170] std.functional.memoize should be usable in @safe

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Nov 1 17:35:39 UTC 2021


https://issues.dlang.org/show_bug.cgi?id=18170

Ate Eskola <Ajieskola at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Ajieskola at gmail.com

--- Comment #1 from Ate Eskola <Ajieskola at gmail.com> ---
Current status: the default `memoize` is `@safe` if it's function parameter is.
But the size-capped `memoize` is not `@safe` yet.

--


More information about the Digitalmars-d-bugs mailing list