In the Ivy Designer Guide, Chapter 7, section Null handling / Automatic object creation, it states You can to use the .# operator to suppress the automatic object creation.
I also discover that we can do a chain of suppresing initialization like this:
This really reduces the verbosity of the code when I want to check a deep structure of data classes. Despite its usefulness, I cannot find any (Ivy) documentation mentioning about this feature. I only discovered it by chance and have been using it until now. My question is whether this is an official feature but has been forgotten to mention or it is an unofficial/hidden feature and could be dropped in the future? Thanks & Regards asked 04.08.2014 at 11:35 Genzer Hawker |
The .# operator works always also if chained. So that is an official feature. I will add another sample to the documentation which will show that. answered 04.08.2014 at 15:59 Christian St... ♦ |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 04.08.2014 at 11:35
Seen: 2,534 times
Last updated: 04.08.2014 at 15:59