Skip to content

EncodeF<A>

typedefEncodeF<A>=Either<Err,BitVector>Function(A)

Function type alias for encoding a value of type A to a BitVector.