Currently all Element classes require users to specify keywords in the constructor, I would imagine it may be worth while to add *args parsing to the constructors to help with the semantics of building elements, similar to how it is done in the other 2 languages.
Currently all
Element
classes require users to specify keywords in the constructor, I would imagine it may be worth while to add*args
parsing to the constructors to help with the semantics of building elements, similar to how it is done in the other 2 languages.Currently:
ideally you could also do