Function
words()
Returns the words of in the representation of self, from the least to most significant.
fun words() -> CollectionOfOne<UInt>
Details
If self.instance_bit_width() is smaller than UInt.bit_width(), the returned collection contains a single word obtained by sign-extending the representation of self.