True iff the type id is encoded as a BSUP signed or unsigened integer scode.Bytes.
(id int)
| 158 | |
| 159 | // True iff the type id is encoded as a BSUP signed or unsigened integer scode.Bytes. |
| 160 | func IsInteger(id int) bool { |
| 161 | return id <= IDInt256 |
| 162 | } |
| 163 | |
| 164 | // True iff the type id is encoded as a BSUP signed or unsigned integer scode.Bytes, |
| 165 | // float16 scode.Bytes, float32 scode.Bytes, or float64 scode.Bytes. |
no outgoing calls
no test coverage detected