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