Skip to content

Standardize the binding of overloaded functions in bindings.cpp #216

@dsuponitskiy

Description

@dsuponitskiy
  1. Currently we use either static_cast or a lambda. Using a lambda function seems to be a better way as it avoids any ambiguity and is cleaner.
  2. Remove unnecessary wrapper functions. example: GetModulusWrapper()

Metadata

Metadata

Assignees

Labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions