repo.or.cz
/
factor
/
jcg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
remove math.blas.syntax and merge parsing words into math.blas.vectors/matrices
[factor/jcg.git]
/
basis
/
specialized-vectors
/
bool
/
bool.factor
blob
75d452a1d87b7862a4f969971c5e46b15cfb8c89
1
USING: specialized-vectors.functor specialized-arrays.bool ;
2
IN: specialized-vectors.bool
3
4
<< "bool" define-vector >>