Module magnus::r_string

source ·
Expand description

Types for working with Ruby’s String class.

Structs§

  • An iterator over a Ruby string’s chars as slices of bytes.
  • An iterator over a Ruby string’s codepoints.
  • FString contains an RString known to be interned.
  • A Value pointer to a RString struct, Ruby’s internal representation of strings.

Traits§