Skip to main content

require_string

Function require_string 

Source
pub fn require_string(nb: &ValueWord) -> Result<&str, VMError>
Expand description

Extract a string reference from a ValueWord, or return a type error.