CommonPrefix
Creates a string that is the common prefix of the supplied strings, possibly empty.
primitive val CommonPrefix
Constructors
create
new val create() : CommonPrefix val^
Returns
- CommonPrefix val^
Public Functions
apply
fun box apply( data: ReadSeq[Stringable box] box) : String iso^
Parameters
- data: ReadSeq[Stringable box] box
Returns
- String iso^
eq
fun box eq( that: CommonPrefix val) : Bool val
Parameters
- that: CommonPrefix val
Returns
- Bool val
ne
fun box ne( that: CommonPrefix val) : Bool val
Parameters
- that: CommonPrefix val
Returns
- Bool val
© 2016-2020, The Pony Developers
© 2014-2015, Causality Ltd.
Licensed under the BSD 2-Clause License.
https://stdlib.ponylang.io/strings-CommonPrefix