NAME
Protobuf::Internal::MapIterator - Internal XS implementation for map iterators
VERSION
version 0.04
SYNOPSIS
# This module is not intended for direct use.
# It is used internally by Protobuf::Internal::Map.
DESCRIPTION
This module provides the internal XS implementation for iterating over Protobuf map fields, interfacing with the upb_MapIterator structure.
METHODS
next_key()
Returns the next key in the map iteration.
next_value()
Returns the next value in the map iteration.