refStr method

Pointer<Char> refStr(
  1. String? s
)

Implementation

Pointer<Char> refStr(String? s) => s == null ? nullptr : rl.Temp.str(s);