does the enum support hex values?

look like:

enum Signature: Int {

case One = 0x4C616220

case Two = 0x434D594B

}

Yes. Why did you ask here instead of trying it?

does the enum support hex values?
 
 
Q