Skip to content

Any is dead! Long live the Str!

stratact requested to merge stratact/ion:refactor into master

Breaking changes:

  • Any and AnyArray no longer exist
  • hmap[] and bmap[] must be specified as hmap[str] and bmap[str]
  • Array types such as T[] are now [T]

Merge request reports