Module sval::default_value

source ·
Expand description

Default method implementations for Values.

Functions§

  • Get the tag of this value, if there is one.
  • Try convert this value into a bitstring.
  • Try convert this value into a boolean.
  • Try convert this value into a 32bit binary floating point number.
  • Try convert this value into a 64bit binary floating point number.
  • Try convert this value into a signed 8bit integer.
  • Try convert this value into a signed 16bit integer.
  • Try convert this value into a signed 32bit integer.
  • Try convert this value into a signed 64bit integer.
  • Try convert this value into a signed 128bit integer.
  • Try convert this value into a text string.
  • Try convert this value into an unsigned 8bit integer.
  • Try convert this value into an unsigned 16bit integer.
  • Try convert this value into an unsigned 32bit integer.
  • Try convert this value into an unsigned 64bit integer.
  • Try convert this value into an unsigned 128bit integer.