Skip to content

Separate Expander implementation and remove the newtype for flow_control

AdminXVII requested to merge AdminXVII/ion:no-newtype-flow-control into master

Since the block were accessed directly almost everywhere, there was no need for a newtype pattern. It also is not a user-facing datastructure, so no encapsulation is really needed.

Merge request reports