sif
sif copied to clipboard
Defautlt values for struct props?
Have you considered allowing default values for struct props?
struct Button {
color: string;
text := "Button";
}
myButton := Button.{"red"};