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

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18170

Iain Buclaw  changed:

   What|Removed |Added

   Priority|P1  |P4

--


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

2021-11-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18170

Ate Eskola  changed:

   What|Removed |Added

 CC||ajiesk...@gmail.com

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

--


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

2018-01-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18170

Seb  changed:

   What|Removed |Added

 Blocks||18110


Referenced Issues:

https://issues.dlang.org/show_bug.cgi?id=18110
[Issue 18110] most of phobos should be @safe-ly useable
--