Any is dead! Long live the Str!
Breaking changes:
-
Any
andAnyArray
no longer exist -
hmap[]
andbmap[]
must be specified ashmap[str]
andbmap[str]
- Array types such as
T[]
are now[T]
Breaking changes:
Any
and AnyArray
no longer existhmap[]
and bmap[]
must be specified as hmap[str]
and bmap[str]
T[]
are now [T]