repo.or.cz
/
libs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Updated documentation
[libs.git]
/
src
/
Sylph
/
Core
/
Array.cpp
blob
234abde62b6c5fecbb1e0d8779a14df3556001b8
1
#include
"Array.h"
2
#include
"String.h"
3
4
SYLPH_BEGIN_NAMESPACE
5
6
SYLPH_SPECIALIZE_PRIMS
(
Array
);
7
8
SYLPH_END_NAMESPACE