The implementation of get_multiple does not document that the returned list's order is not guaranteed. Additionally, we might want to add another function such as get_multiple_ordered that performs the additional step of sorting the results to match the input request, minus any missing items.
Originally inspired by a question by @martpie in #237 (comment)
The implementation of
get_multipledoes not document that the returned list's order is not guaranteed. Additionally, we might want to add another function such asget_multiple_orderedthat performs the additional step of sorting the results to match the input request, minus any missing items.Originally inspired by a question by @martpie in #237 (comment)