Glide.optional
You're seeing just the function
optional
, go back to Glide module for more information.
Creates generator for optional data
When creating a value from this generator it will either by nil
or of the type
passed in as the argument.
Glide.optional(Glide.string(:ascii))