trying to memory>struct a non-struct class is feptastic
parent
49d123aa84
commit
9eb4ce2791
|
@ -20,7 +20,7 @@ M: struct-array byte-length [ length>> ] [ element-size>> ] bi * ;
|
|||
[ element-size>> * ] [ underlying>> ] bi <displaced-alien> ; inline
|
||||
|
||||
M: struct-array nth-unsafe
|
||||
[ (nth-ptr) ] [ class>> ] bi [ memory>struct ] when* ; inline
|
||||
[ (nth-ptr) ] [ class>> struct-class? ] bi [ memory>struct ] when* ; inline
|
||||
|
||||
M: struct-array set-nth-unsafe
|
||||
[ (nth-ptr) swap ] [ element-size>> ] bi memcpy ;
|
||||
|
|
Loading…
Reference in New Issue