mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-03-24 03:11:22 +08:00
Update source to v6.14.19098.19271
This commit is contained in:
@@ -136,6 +136,7 @@ public:
|
||||
|
||||
void Append( int, const T* ); // Append copy of an array T[count]
|
||||
|
||||
void Prepend( int, const T* ); // Prepend copy of an array T[count]
|
||||
|
||||
void Insert( int, const T& ); // Insert copy of element. Uses
|
||||
// memmove() to perform any
|
||||
|
||||
Reference in New Issue
Block a user