robotpy-build icon indicating copy to clipboard operation
robotpy-build copied to clipboard

Provide mechanism to rename function templates uniquely per-overload

Open virtuald opened this issue 4 years ago • 1 comments
trafficstars

Currently we define a list of list of template params, but should provide a way for each overload to have a unique name in case they're ambiguous.

virtuald avatar Jan 11 '21 07:01 virtuald

We could make each template overload in the YAML look like <Param1> int, int.

auscompgeek avatar Feb 06 '21 06:02 auscompgeek