fromPointer static method

Char fromPointer(
  1. Pointer<cchar_t> ptr
)

Implementation

static Char fromPointer(Pointer<bindings.cchar_t> ptr) => Char._fromPointer(ptr);