sif icon indicating copy to clipboard operation
sif copied to clipboard

Defautlt values for struct props?

Open MechMel opened this issue 2 years ago • 0 comments

Have you considered allowing default values for struct props?

struct Button {
  color: string;
  text := "Button";
}

myButton := Button.{"red"};

MechMel avatar Feb 24 '23 14:02 MechMel