class LL_NODE{T}




Public


Readable Attributes
attr data : T ;
attr next : SAME ;

Writable Attributes
attr data : T ;
attr next : SAME ;

Features
create(
is_eq( .. Included as is_eq

The Sather Home Page