axon icon indicating copy to clipboard operation
axon copied to clipboard

add the basic prjn finding methods to AxonPrjns

Open rcoreilly opened this issue 2 years ago • 0 comments

AxonPrjns has no useful methods other than Add, and everything has been moved to the layer (SendPrjnNameTry etc) which return emer.Prjn interface and are not super useful for actually operating on concrete axon.Prjn. The emer interface only has Try methods which require casting type in a separate step due to err return. very inconvenient.

rcoreilly avatar Jun 22 '23 23:06 rcoreilly