trend method

C trend(
  1. MatexTrend trend
)

Implementation

C trend(MatexTrend trend) {
  return patchState(MatexBaseCoreState(trend: trend));
}