ArgParser

dotty.tools.scaladoc.ArgParser
trait ArgParser[T]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

def parse(s: String): Either[String, T]