Opt<T> static method

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

Implementation

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