NAME

Protobuf::Internal::Repeated - Internal XS implementation for repeated fields

VERSION

version 0.03

SYNOPSIS

# This module is not intended for direct use.
# It backs the array-like interface for repeated fields in Protobuf messages.

DESCRIPTION

This module provides the internal XS implementation for Protobuf repeated fields. It uses Tie::Array to provide an array-like interface to the underlying upb_Array data structure.

METHODS

audit_integrity()

Internal method for debugging memory and object cache integrity.

slice()

Returns a slice of the repeated field.

sort()

Sorts the repeated field in place.