Option.parser

set the parsing function using for transforming from string to T alias fn = T fn(string v), where T is the inner value type

class Option
parser
(
alias fn
)
()

Return Value

Type: Self

Self for chain call

Meta