N
Najm
Hi,
How would it be possible to sort an array of objects (my_class) based on one
attribute of that class?
suppose the class' attributes are the following
my_class:
attr1 as integer
attr2 as str
Thanks
How would it be possible to sort an array of objects (my_class) based on one
attribute of that class?
suppose the class' attributes are the following
my_class:
attr1 as integer
attr2 as str
Thanks