TextFormat method

  1. @nonVirtual
  2. @Deprecated('va_list is not supported')
MemoryPointer<RInt8> TextFormat(
  1. MemoryPointer<RInt8> text
)

Text formatting with variables (sprintf() style)

Implementation

@nonVirtual
@Deprecated('va_list is not supported')
MemoryPointer<RChar> TextFormat(
  MemoryPointer<RChar> text,
) => text;