Function xsUnsigned
Returns a Number slot given an uint.
					
			xs .bindings .xsSlotRecord xsUnsigned
			(
			
			  scope xs .bindings .xsMachineRecord* the,
			
			  uint value
			
			);
					
				
			Returns a Number slot given an uint.
					
			xs .bindings .xsSlotRecord xsUnsigned
			(
			
			  scope xs .bindings .xsMachineRecord* the,
			
			  uint value
			
			);