I get an error saying type N is unused or used in non-specializable positions.
, for the method with the following signature:
protected def offsetFrom0[@specialized(Int,Long) N](offsetFrom1 : Codec[N])(implicit N : Integral[N]) : Codec[N]
Can someone explain to me in layman's terms what the rules are around specialization?