I\'m trying to build a generic type MyStruct that can use either Float or Double for internal storage. In the initializer, I
MyStruct
Float
Double