Skip to content

added more basic types

Raphael Grimm requested to merge AdditionalBasicIceTypes into master

types include: colours (RGB + ARGB based on bytes or floats) vector structures for all basic numeric types types

  • variants for 1,...,6 or X elements
  • vector bounds for all variants (containing min + max)
  • sequences for all types above ranges for all basic numeric types (+sequences of them) dictionaries for all possible basic type combinations

Merge request reports