pub fn pack_address_tree_infos<'a>(
address_tree_infos: &'a [AddressTreeInfo],
root_index: &'a [u16],
remaining_accounts: &'a mut PackedAccounts,
) -> impl Iterator<Item = PackedAddressTreeInfo> + 'aExpand description
Returns an iterator of PackedAddressTreeInfo and fills up
remaining_accounts based on the given merkle_contexts.