nank1ro / solidart

Signals in Dart and Flutter, inspired by SolidJS
https://docs.page/nank1ro/solidart
MIT License
163 stars 7 forks source link

Use shorter generics: replace `ResultType` with `T` #28

Closed manuel-plavsic closed 1 year ago

manuel-plavsic commented 1 year ago

ResultType is a big long; T is more concise.