Allow for generic parameters to add to the uniqueness of a command signature

Issue #126 new
Yusuf Ismail repo owner created an issue

For example

echo and echo<T> would be allowed as unique overloads which is not currently allowed

The table key would need to change from name(argc) to name<gargc>(argc) where

name = command name

argc = argument count

gargc = generic argument count

Comments (0)

  1. Log in to comment