8 lines
74 B
V
8 lines
74 B
V
module datamodel
|
|
|
|
pub struct NodeSim {
|
|
Node
|
|
pub mut:
|
|
cost f64 // free
|
|
}
|