View Source Orb.Str (Orb v0.1.0)

A string slice. Represented under the hood as a {:i32, :i32} tuple, the first element being the base address, and the second element the string length.

Summary

Functions

An empty string, represented by a string slice from offset zero and of zero length.

Functions

An empty string, represented by a string slice from offset zero and of zero length.

The ol’ billion-dollar mistake: null.

Link to this function

get_base_address(string)

View Source