#What would be the "ziggy" way to handle a property that can be multiple types

1 messages · Page 1 of 1 (latest)

dawn cradle
#

definitely union(enum)

#

you can't use anytype there, anytype can only be applied to function parameters