What's the difference between the list stored in ids_a and ids_b?

The values in ids_a are prefixed with "0", while those in ids_b with "1"There's no difference, they are equivalentUnlike ids_a, ids_b stores a list

The values in ids_a are prefixed with "0", while those in ids_b with "1".