trick math.vectors.simd into making nicer quotations
parent
4027002db7
commit
7da80f65e7
|
@ -234,8 +234,8 @@ SYNTAX: A{ \ } [ >A ] parse-literal ;
|
||||||
c:<c-type>
|
c:<c-type>
|
||||||
byte-array >>class
|
byte-array >>class
|
||||||
A >>boxed-class
|
A >>boxed-class
|
||||||
[ A-rep alien-vector A boa ] >>getter
|
{ A-rep alien-vector A boa } >quotation >>getter
|
||||||
[ [ underlying>> ] 2dip A-rep set-alien-vector ] >>setter
|
{ [ underlying>> ] 2dip A-rep set-alien-vector } >quotation >>setter
|
||||||
16 >>size
|
16 >>size
|
||||||
16 >>align
|
16 >>align
|
||||||
A-rep >>rep
|
A-rep >>rep
|
||||||
|
|
Loading…
Reference in New Issue