You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of replacing the existing interface, we could instead leave the existing interface alone for backwards compatibility, and have the existing functions call the templated versions. Not sure if this sort of backwards compatability is valuable.
For example, right now we would need 4 different functions for the following:
There are many such functions that would need to be duplicated. I think templates is by far the better way to go for this.
The text was updated successfully, but these errors were encountered: