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
In ISplints and its implementation so far, some methods return Node and some others void. This is inconsistent and incorrect with the Perl code. There should be either Vector or a Hastable return type depending on the method.