Opt<T> static method

OptClass Opt<T>(
  1. CType<T> type
)

Implementation

static OptClass Opt<T>(CType<T> type) => OptClass(type);