Skip to content

CommonPrefix

[Source]

Creates a string that is the common prefix of the supplied strings, possibly empty.

primitive val CommonPrefix

Constructors

create

[Source]

new val create()
: CommonPrefix val^

Returns


Public Functions

apply

[Source]

fun box apply(
  data: ReadSeq[Stringable box] box)
: String iso^

Parameters

Returns


eq

[Source]

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

Parameters

Returns


ne

[Source]

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

Parameters

Returns