The startWith
operation
Works with:
- expect(
string
).[to].[be].startWith(string
) - expect(
string
).[to].[be].startWith(wstring
) - expect(
string
).[to].[be].startWith(dstring
) - expect(
string
).[to].[be].startWith(const(char)[]
) - expect(
wstring
).[to].[be].startWith(string
) - expect(
wstring
).[to].[be].startWith(wstring
) - expect(
wstring
).[to].[be].startWith(dstring
) - expect(
wstring
).[to].[be].startWith(const(char)[]
) - expect(
dstring
).[to].[be].startWith(string
) - expect(
dstring
).[to].[be].startWith(wstring
) - expect(
dstring
).[to].[be].startWith(dstring
) - expect(
dstring
).[to].[be].startWith(const(char)[]
) - expect(
const(char)[]
).[to].[be].startWith(string
) - expect(
const(char)[]
).[to].[be].startWith(wstring
) - expect(
const(char)[]
).[to].[be].startWith(dstring
) - expect(
const(char)[]
).[to].[be].startWith(const(char)[]
) - expect(
string
).[to].[be].startWith(char
) - expect(
wstring
).[to].[be].startWith(char
) - expect(
dstring
).[to].[be].startWith(char
) - expect(
const(char)[]
).[to].[be].startWith(char
)