oh and i wanna make a pr that just adds an `as_tup...
# development
a
oh and i wanna make a pr that just adds an
as_tuple()
method that calls
__getnewargs__()
to
datatype
so you can do tuple destructuring on that like
a, b = my_datatype_instance.as_tuple()