> Wrap(123ia).Hex
Wrap(123).Hex : s
BndKind:Call, Type:s, Bnd:(Call(∂.Int.Hex(Call(∂.Test.Wrap(123:i):i)):s))
Func sig: () to s
Type: str, Value: 7B
###
> Wrap(123i8).Hex
Wrap(123).Hex : s
BndKind:Call, Type:s, Bnd:(Call(∂.Int.Hex(Call(∂.Test.Wrap(123:i8):i8)):s))
Func sig: () to s
Type: str, Value: 000000000000007B
###
> Wrap(123i4).Hex
Wrap(123).Hex : s
BndKind:Call, Type:s, Bnd:(Call(∂.Int.Hex(Call(∂.Test.Wrap(123:i4):i4)):s))
Func sig: () to s
Type: str, Value: 0000007B
###
> Wrap(123i2).Hex
Wrap(123).Hex : s
BndKind:Call, Type:s, Bnd:(Call(∂.Int.Hex(Call(∂.Test.Wrap(123:i2):i2)):s))
Func sig: () to s
Type: str, Value: 007B
###
> Wrap(123i1).Hex
Wrap(123).Hex : s
BndKind:Call, Type:s, Bnd:(Call(∂.Int.Hex(Call(∂.Test.Wrap(123:i1):i1)):s))
Func sig: () to s
Type: str, Value: 7B
###
> Wrap(123u8).Hex
Wrap(123).Hex : s
BndKind:Call, Type:s, Bnd:(Call(∂.Int.Hex(Call(∂.Test.Wrap(123:u8):u8)):s))
Func sig: () to s
Type: str, Value: 000000000000007B
###
> Wrap(123u4).Hex
Wrap(123).Hex : s
BndKind:Call, Type:s, Bnd:(Call(∂.Int.Hex(Call(∂.Test.Wrap(123:u4):u4)):s))
Func sig: () to s
Type: str, Value: 0000007B
###
> Wrap(123u2).Hex
Wrap(123).Hex : s
BndKind:Call, Type:s, Bnd:(Call(∂.Int.Hex(Call(∂.Test.Wrap(123:u2):u2)):s))
Func sig: () to s
Type: str, Value: 007B
###
> Wrap(123u1).Hex
Wrap(123).Hex : s
BndKind:Call, Type:s, Bnd:(Call(∂.Int.Hex(Call(∂.Test.Wrap(123:u1):u1)):s))
Func sig: () to s
Type: str, Value: 7B
###
> Wrap(true).Hex
Wrap(true).Hex : s
BndKind:Call, Type:s, Bnd:(Call(∂.Int.Hex(Call(∂.Test.Wrap(true:b):b)):s))
Func sig: () to s
Type: str, Value: 1
###
> Wrap(false).Hex
Wrap(false).Hex : s
BndKind:Call, Type:s, Bnd:(Call(∂.Int.Hex(Call(∂.Test.Wrap(false:b):b)):s))
Func sig: () to s
Type: str, Value: 0
###
> Wrap(-123ia).Hex
Wrap(-123).Hex : s
BndKind:Call, Type:s, Bnd:(Call(∂.Int.Hex(Call(∂.Test.Wrap(-123:i):i)):s))
Func sig: () to s
Type: str, Value: 85
###
> Wrap(-123i8).Hex
Wrap(-123).Hex : s
BndKind:Call, Type:s, Bnd:(Call(∂.Int.Hex(Call(∂.Test.Wrap(-123:i8):i8)):s))
Func sig: () to s
Type: str, Value: FFFFFFFFFFFFFF85
###
> Wrap(-123i4).Hex
Wrap(-123).Hex : s
BndKind:Call, Type:s, Bnd:(Call(∂.Int.Hex(Call(∂.Test.Wrap(-123:i4):i4)):s))
Func sig: () to s
Type: str, Value: FFFFFF85
###
> Wrap(-123i2).Hex
Wrap(-123).Hex : s
BndKind:Call, Type:s, Bnd:(Call(∂.Int.Hex(Call(∂.Test.Wrap(-123:i2):i2)):s))
Func sig: () to s
Type: str, Value: FF85
###
> Wrap(-123i1).Hex
Wrap(-123).Hex : s
BndKind:Call, Type:s, Bnd:(Call(∂.Int.Hex(Call(∂.Test.Wrap(-123:i1):i1)):s))
Func sig: () to s
Type: str, Value: 85
###
> Wrap(0x1234567890ABCDEF1234567890ABCDEF1234567890ABCDEF).Hex
Wrap(446371678903360124661747118626766461972311602250509962735).Hex : s
BndKind:Call, Type:s, Bnd:(Call(∂.Int.Hex(Call(∂.Test.Wrap(446371678903360124661747118626766461972311602250509962735:i):i)):s))
Func sig: () to s
Type: str, Value: 1234567890ABCDEF1234567890ABCDEF1234567890ABCDEF
###
> Wrap(-0x1234567890ABCDEF1234567890ABCDEF1234567890ABCDEF).Hex
Wrap(-446371678903360124661747118626766461972311602250509962735).Hex : s
BndKind:Call, Type:s, Bnd:(Call(∂.Int.Hex(Call(∂.Test.Wrap(-446371678903360124661747118626766461972311602250509962735:i):i)):s))
Func sig: () to s
Type: str, Value: EDCBA9876F543210EDCBA9876F543210EDCBA9876F543211
###
