dscanner.utils

Members

Functions

safeAccess
auto ref safeAccess(M m)

IFTI helper for SafeAccess.

Structs

SafeAccess
struct SafeAccess(M)

Allows to build access chains of class members as done with the ?. operator in other languages. In the chain, any null member that is a class instance or that returns one, has for effect to shortcut the complete evaluation.

Meta