-
Beta Was this translation helpful? Give feedback.
Answered by
WerWolv
Sep 20, 2024
Replies: 1 comment 1 reply
-
Hey the easiest way to do it is by using the import type.base;
type::Hex<u32> hexValue @ 0x00; Can be shortened down with a |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Lexden12
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey the easiest way to do it is by using the
type.base
library.import type.base; type::Hex<u32> hexValue @ 0x00;
Can be shortened down with a
using
declaration of course, if you prefer that.