ef<E, D> static method

E? ef<E, D>(
  1. D? d
)

Implementation

static E? ef<E, D>(D? d) => $artifactCodecs[(E, D)]?.encode(d);