Bv Value Print Mode
Customize printing of Bv values.
BINARY --- print all values in binary format. All values are prefixed with a binary representation marker #b
, e.g. #b1010
.
HEX --- print values in hexadecimal format if the number of bits is a multiple of 4 (the number of bits represented by one character in hex format). Otherwise, values are printed as in BINARY mode. All hexadecimal values are prefixed with a hex representation marker #x
, e.g. #xbfaa
.
Entries
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.