powered by
Creates a type that accepts NULL values in addition to the base type.
Optional(type)
A union type that includes Null
A sicher_type object
middle_name %:% Optional(String) %<-% NULL middle_name <- "Marie" # Also OK
Run the code above in your browser using DataLab