add component/foreach helpers
This adds a `Component` helper type and a `ForEach` helper method. The first attempt used an interface but interfaces imply allocation. We really can't afford to allocate here.
Showing
component.go
0 → 100644
Please register or sign in to comment