Casting to List of Dictionary without Hardcoding the Type Number

Hey All,

It seems like a common way to cast a value to the type "List of Dictionary" is via:

cast(194, local!thingBeingCast)

Does anyone know of a way to do this without hardcoding the "194" value? This approach doesn't seem very explicit (I personally have to remind myself of what it's doing in a blank rule whenever I see it), and god-forbid that type id changes one day and needs to be changed one-by-one throughout the codebase.

Thanks!

  Discussion posts and replies are publicly visible