mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 22:10:33 +00:00
fixes #10038; deprecate generic methods, they are unreliable
This commit is contained in:
@@ -3526,6 +3526,8 @@ the effects that a call to ``m`` might cause.
|
||||
|
||||
**Note**: Compile-time execution is not (yet) supported for methods.
|
||||
|
||||
**Note**: Starting from Nim 0.20, generic methods are deprecated.
|
||||
|
||||
|
||||
Inhibit dynamic method resolution via procCall
|
||||
-----------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user