devela 0.27.0

A development layer of coherence.
Documentation
1
2
3
4
5
6
7
8
// devela::data::topol::linked::_reexport_alloc

use crate::{_reexport, _tags};

_reexport! { rust: alloc::collections, location: "data/topol", tag: _tags!(data_structure),
    doc: "A doubly-linked list with owned nodes.",
    LinkedList
}