[REBOL] Re: using struct! to convert values to binary! datatype
From: greggirwin:mindspring at: 16-Oct-2002 15:20
Hi Oldes, Excellent! Do you need to use COPY in cases where you're returning the entire element, as in: int-to-ui32-st: func[i][ui32-struct/value: i copy third ui32-struct] Eliminating COPY, if you can, should add even a little more speed. --Gregg