HasRandomValue

HasRandomValue is a boolean flag used at compile time by identifyInputLines to distinguish use cases needing random value assignments from those that don't.

alias HasRandomValue = Flag!"hasRandomValue"

Meta