1import options
2converter option2val*[T](val: Option[T]): T =
3  return val.get()
4