This library is in flux. APIs may change without notice. Generated from source on 6/15/2026.

String

std/string - String library with view/instance ownership model

string.kz

std/string - String library with view/instance ownership model Ownership states: [view!] - read-only access, can be promoted to instance [instance!] - full control, can read/write/free The String struct carries its allocator, so it can be freed anywhere.