-
-
Notifications
You must be signed in to change notification settings - Fork 608
Closed
Description
Currently, it's impossible to use tuples as arrays, only lists.
Array type should be a tuple like (list, tuple).
default_types = {
"array" : (list, tuple), "boolean" : bool, "integer" : int_types, ...
or
default_types = {
"array" : array_types, "boolean" : bool, "integer" : int_types, ...
, where
array_types = (list, tuple)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels