specialized-vectors: implement binary-object protocol for specialized-vectors
parent
964327de67
commit
3602627ff2
|
@ -35,6 +35,9 @@ M: V >pprint-sequence ;
|
|||
|
||||
M: V pprint* pprint-object ;
|
||||
|
||||
M: V >c-ptr underlying>> underlying>> ; inline
|
||||
M: V byte-length [ length ] [ element-size ] bi * ; inline
|
||||
|
||||
SYNTAX: V{ \ } [ >V ] parse-literal ;
|
||||
|
||||
INSTANCE: V growable
|
||||
|
|
Loading…
Reference in New Issue