W3cubDocs

/Pony

_StringSeqType

[Source]

primitive val _StringSeqType is
  _ValueType val

Implements

Constructors

create

[Source]

new val create()
: _StringSeqType val^

Returns

Public Functions

string

[Source]

fun box string()
: String val

Returns

value_of

[Source]

fun box value_of(
  s: String val)
: (Bool val | String val | I64 val | 
    U64 val | F64 val | _StringSeq val)

Parameters

Returns

is_seq

[Source]

fun box is_seq()
: Bool val

Returns

append

[Source]

When is_seq() returns true, append() is called during parsing to append a new parsed value onto an existing value.

fun box append(
  v1: (Bool val | String val | I64 val | 
    U64 val | F64 val | _StringSeq val),
  v2: (Bool val | String val | I64 val | 
    U64 val | F64 val | _StringSeq val))
: (Bool val | String val | I64 val | 
    U64 val | F64 val | _StringSeq val)

Parameters

Returns

eq

[Source]

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

Parameters

Returns

ne

[Source]

fun box ne(
  that: _StringSeqType 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-_StringSeqType