Files
ent/examples/o2orecur
Ariel Mashraki 3e018277b1 ent/doc: O2M same type example
Reviewed By: alexsn

Differential Revision: D17050185

fbshipit-source-id: ef12cc82ab9bf155713faf94129fd5fe503664e4
2019-08-26 03:18:24 -07:00
..
2019-08-25 07:58:13 -07:00
2019-08-26 03:18:24 -07:00
2019-08-25 07:58:13 -07:00

Linked-List O2O Relation Example

An example for a O2O recursive relation between linked-list nodes.
Each node in the list can have only of next. If a node A points (using next) to a node B, B can get its pointer using prev.

Generate Assets

go generate ./...