Converts a StaticArray to boolean.
the StaticArray to convert
the boolean value
The conversion is performed by checking if the first byte of the StaticArray<u8> is non-zero (i.e., it represents a true value) or zero (i.e., it represents a false value).
StaticArray<u8>
true
false
Generated using TypeDoc
Converts a StaticArray to boolean.