Defaults
Common factory surface for built-in scalar variants.
Tapik reuses this shape for different abstractions, such as codecs, headers, and parameters, so the DSL can ask for "the default Int representation" without caring what concrete type is being built.
Parameters
representation type used for Kotlin Unit.
representation type used for Boolean values.
representation type used for Byte values.
representation type used for Short values.
representation type used for Int values.
representation type used for Long values.
representation type used for Float values.
representation type used for Double values.
representation type used for BigInteger values.
representation type used for BigDecimal values.
representation type used for String values.
representation type used for UUID values.