strlen function

int strlen(
  1. MemoryPointer<RType> ptr
)

Implementation

int strlen(MemoryPointer ptr)
  => $.Utils.strlen(ptr);