Traits§
Functions§
- require_
arg - Given a
Value
assumed to be aValue::List()
, grab the item atindex
and err if there isn’t one. - require_
typed_ arg - Given a
Value
assumed to be aValue::List()
, and some type T, grab the item atindex
in the list and try converting it to type T. RuntimeError if the argument doesn’t exist, or if it is the wrong type.