W3cubDocs

/Pony

_ValueParser

[Source]

primitive val _ValueParser

Constructors

create

[Source]

new val create()
: _ValueParser val^

Returns

Public Functions

parse

[Source]

fun box parse(
  typ: _ValueType val,
  arg: String val)
: (Bool val | String val | I64 val | 
    U64 val | F64 val | _StringSeq val | 
    SyntaxError val)

Parameters

Returns

eq

[Source]

fun box eq(
  that: _ValueParser val)
: Bool val

Parameters

Returns

ne

[Source]

fun box ne(
  that: _ValueParser val)
: Bool val

Parameters

Returns

© 2016-2018, The Pony Developers
© 2014-2015, Causality Ltd.
Licensed under the BSD 2-Clause License.
https://stdlib.ponylang.io/cli-_ValueParser