org.dfasdl.utils.types
A sealed trait to wrap the data element types. The general idea is to gain type safety and move away from using the dreaded Any as base type.
Any
(Since version ) see corresponding Javadoc for more information.
A sealed trait to wrap the data element types. The general idea is to gain type safety and move away from using the dreaded
Anyas base type.