toNativeVectorString method

Pointer<Pointer<Utf8>> toNativeVectorString()

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer

Convert

From = List<String> args1 = "hello";

to = std::vector<string> argv1 = {"hello"}

Implementation

Pointer<Pointer<Utf8>> toNativeVectorString() {
  return VectorFfiUniverseUtils.fromListStringToVectorString(strings: this);
}