BytesToInts¶
| Name | Mandatory | Description | Default | Type | 
|---|---|---|---|---|
| ⬅️ Input | Takes a byte array as input. | Bytes | ||
| Output ➡️ | Outputs the input bytes represented as a sequence of integers. | [Int] | 
Convert bytes into a sequence of integers. Each byte is interpreted as an integer and stored in the sequence.