Lombiq / Hastlayer-SDK

Turning .NET software into FPGA hardware for faster execution and lower power usage.

Home Page:https://hastlayer.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support arrays and nulls (HAST-254)

Piedone opened this issue · comments

Custom objects can be checked against null and assigned null, but not arrays. Implement support for that.

This could be done by e.g. storing all arrays in a NullableRecord type (but then everywhere it should be changed how arrays are handled).

Jira issue