class LL_NODE{T}
Flattened version is
here
Public
Readable Attributes
attr data : T ;
attr next : SAME ;
Writable Attributes
attr data : T ;
attr next : SAME ;
Features
create(
The Sather Home Page