You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently (unless I'm missing something), in order to set the values of a list field, you need to initialize the list, and then write the items individually. It would be helpful to have a method that accepted a slice of the given type (maybe just primitives only) that initialized and populated the list in one step.
The text was updated successfully, but these errors were encountered:
Currently (unless I'm missing something), in order to set the values of a list field, you need to initialize the list, and then write the items individually. It would be helpful to have a method that accepted a slice of the given type (maybe just primitives only) that initialized and populated the list in one step.
The text was updated successfully, but these errors were encountered: