replace ntfromstruct() with NamedTuple method #43
Lincoln-Hannah
started this conversation in
Ideas
Replies: 1 comment
-
I am avoiding overloading |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The functionality in WhereTraits.jl would allow
ntfromstruct()
to be replaced with aNamedTuple()
method.This reduces the number of interface functions, and seems nice to me.
But I'm not an expert.
Beta Was this translation helpful? Give feedback.
All reactions