CodepointUnaryOperator typedef

CodepointUnaryOperator = int Function(int codepoint)

A function that transforms a Unicode codepoint to another.

Parameters:

  • codepoint (int): The Unicode codepoint to transform.

Returns: The transformed codepoint.

Implementation

typedef CodepointUnaryOperator = int Function(int codepoint);