str method

Pointer<Char> str(
  1. String text
)

Implementation

Pointer<Char> str(String text) => String$.Value(text);