Is struct inheritance implemented yet?
Can I make a struct inherit from another? For example can I take an Array that allows all types and make an inherited array that specializes in a singular type?
What I imagine doing (gets a compiler issue):
What I imagine doing (gets a compiler issue):
