﻿GuardMap(["hello", null], Text.Len(it)) // Result is i4?* since null maps to null.
WithMap(["hello", null], Text.Len(it)) // Result is i4* since null is not mapped.
