computedRef<T> function
Implementation
FeaturePart<T, T> computedRef<T>(T Function(ComputeContext context) compute) {
return FeaturePart(ComputedRef(compute));
}
FeaturePart<T, T> computedRef<T>(T Function(ComputeContext context) compute) {
return FeaturePart(ComputedRef(compute));
}