Skip to content

Function overloading; Generic ad-hoc functions

Pre-release
Pre-release
Compare
Choose a tag to compare
@antonkolotaev antonkolotaev released this 14 Feb 11:16
· 322 commits to master since this release

Now it is possible to overload functions by their parameter types (but since the code is compiled into Python all overloads must have same set of parameter names)
A restricted form of ad-hoc generic functions introduced