ldmc/morphisms/uint.morphism-base

18 lines
303 B
Text
Raw Normal View History

```
```
morph_nat_as_u8_to_u16 ()
~ native.UInt8
--> ~ native.UInt16
```*dst = *src;```
morph_nat_as_u16_to_u32 ()
~ native.UInt16
--> ~ native.UInt32
```*dst = *src;```
morph_nat_as_u32_to_u64 ()
~ native.UInt32
--> ~ native.UInt64
```*dst = *src;```