ae.utils.math.mixed_radix

ae.utils.math.mixed_radix_coding

Members

Templates

MixedRadixCoder
template MixedRadixCoder(I, E, bool withEOF = false)

A mixed-radix number coding system.

SerializationCoder
template SerializationCoder(alias Coder, S)

Serializes structs and static arrays using a MixedRadixCoder. Consults types' `.max' property to obtain cardinality.

Meta

License

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Authors

Vladimir Panteleev <ae@cy.md>