This library contains some general purpose routines which aren't
-standardised yet. It was written by:
+standardised libraries yet. It may be replaced by STL in time
+
+It was written by:
Han-Wen Nienhuys <hanwen@stack.nl>
* PCursor -> Pointer_cursor / PointerCursor ?
- * remove List::List(element)
-
* efficient copy cons for List
* extend Interval
size_ = 0;
}
-template<class T>
-inline
-List<T>::List( const T& thing )
-{
- set_empty();
- add( thing, Cursor<T>( *this, bottom_ ) );
-}
template<class T>
inline void
List<T>::remove( Cursor<T> me )