fixed<T> static method

ConstArg<T> fixed<T>(
  1. T value
)

Implementation

static ConstArg<T> fixed<T>(T value) => ConstArg<T>(value);