char function

Char char(
  1. int value
)

Create a Char expression from code point.

Implementation

Char char(int value) => Char(value).declare();