mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-05-10 04:07:43 +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