string

@extern
object string
class Object
trait Matchable
class Any
string.type

Value members

Concrete methods

def memchr(ptr: Ptr[Byte], ch: CInt, count: CSize): Ptr[Byte]
def memcmp(lhs: Ptr[Byte], rhs: Ptr[Byte], count: CSize): CInt
def memcpy(dest: Ptr[Byte], src: Ptr[Byte], count: CSize): Ptr[Byte]
def memmove(dest: Ptr[Byte], src: Ptr[Byte], count: CSize): Ptr[Byte]
def memset(dest: Ptr[Byte], ch: CInt, count: CSize): Ptr[Byte]
def strcat(dest: CString, src: CString): CString
def strchr(str: CString, ch: CInt): CString
def strcmp(lhs: CString, rhs: CString): CInt
def strcoll(lhs: CString, rhs: CString): CInt
def strcpy(dest: CString, src: CString): CString
def strcspn(dest: CString, src: CString): CSize
def strerror(errnum: CInt): CString
def strlen(str: CString): CSize
def strncat(dest: CString, src: CString, count: CSize): CString
def strncmp(lhs: CString, rhs: CString, count: CSize): CInt
def strncpy(dest: CString, src: CString, count: CSize): CString
def strpbrk(dest: CString, breakset: CString): CString
def strrchr(str: CString, ch: CInt): CString
def strspn(dest: CString, src: CString): CSize
def strstr(str: CString, substr: CString): CString
def strtok(str: CString, delim: CString): CString
def strxfrm(dest: CString, src: CString, count: CSize): CSize